Agnostic Guides
...
Developers Guide
S3 Endpoints

Search

1min

Link Enterprise provides a web service endpoint that will allow you to retrieve a subset of documents based on a search criteria.

Search for all documents using a where clause. If successful will return a JSON Array with a size greater then or equal to zero with status code of 200. Otherwise status code 500 is returned. If it's a known error returns 200 with error message in response.
POST
Request
Body Parameters
cmsName
required
String
Name of the s3 system configured in Link Enterprise .
whereClause
required
String
A where clause Used to query s3 to return a set of files/folders depending on criteria set.
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 search the document.