Agnostic Guides
...
Developers Guide
Box Endpoints

Read

1min

Link Enterprise provides a web service endpoint that will allow you to retrieve a file or folders metadata or binary content of a file.

Included below are examples of reading a files metadata and it's binary content. (Two separate calls)

Retrieve a file or folders metadata by using its unique box identifier.
POST
Request
Body Parameters
cmsName
required
String
Name of the box system configured in Link Enterprise .
type
required
String
Name of metadata template in box.
id
required
String
Unique id of box file or folder.
selectedCMS
required
String
Value should always be set to "box" to let Link Enterprise know which configured content system to search.
getContent
optional
Boolean
true/false (will retrieve binary of file)

Retrieve a files binary by using its unique box identifier.
POST
Request
Body Parameters
cmsName
required
String
Name of the box system configured in Link Enterprise.
type
required
String
Name of metadata template in box.
id
required
String
Unique id of box file or folder.
selectedCMS
required
String
Value should always be set to "box" to let Link Enterprise know which configured content system to search.