Agnostic Guides
...
Developers Guide
S3 Endpoints

Read

1min

Link Enterprise provides a web service endpoint that will allow you to retrieve a file metadata.

Included below are example of reading a files metadata.

Retrieve a file metadata by using s3 unique Id.
POST
Request
Body Parameters
cmsName
required
String
Name of the s3 system configured in Link Enterprise .
id
required
String
Unique id of s3 file or folder.
selectedCMS
required
String
Value should always be set to "s3" to let Link Enterprise know which configured content system to search.
location
optional
String
If no repository value is present middleware considers the location as bucket Name configured in ini File.
getContent
optional
String
If true, Returns binary content of the Document. If false, returns metadata properties.

Retrieve a file metadata by using s3 unique Id.
POST
Request
Body Parameters
cmsName
required
String
Name of the s3 system configured in Link Enterprise .
id
required
String
Unique id of s3 file or folder.
selectedCMS
required
String
Value should always be set to "s3" to let Link Enterprise know which configured content system to search.
location
optional
String
S3 Bucket name where you want to read the document. If no location value is present middleware considers the location as bucket Name configured in ini File.
getContent
required
String
If true, Returns binary content of the Document. If false, returns metadata properties.