Agnostic Guides
...
Developers Guide
S3 Endpoints

Create

2min

Link Enterprise provides a web service endpoint that will allow you to create a document.

The following endpoint allows the following capabilities.

  1. Create a File
  2. Create a File with metadata



Create a file with no metadata
POST
Request
Body Parameters
selectedCMS
required
String
Value should always be set to "s3" to let Link Enterprise know which configured content system to search.
cmsName
required
String
Name of the s3 system configured in docuflow.
fileLocation
required
String
file location in local system that needs to be stored in s3.
location
optional
String
S3 Bucket name where you want to create the document.

Create a file with metadata
POST
Request
Body Parameters
selectedCMS
required
String
Value should always be set to "s3" to let Link Enterprise know which configured content system to search.
cmsName
required
String
Name of the s3 system configured in docuflow.
mdArray
required
Array
A JSON array where each index is a json object with the keys "md1" and "md2". Where md1 is the column name, and md2 is the value to be inserted in that column.
fileLocation
required
String
file location in local system that needs to be stored in s3.
location
optional
String
S3 Bucket name where you want to create the document.