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
String
required
Name of the box system configured in Link Enterprise .
type
String
required
Name of metadata template in box.
id
String
required
Unique id of box file or folder.
selectedCMS
String
required
Value should always be set to "box" to let Link Enterprise know which configured content system to search.
getContent
Boolean
optional
true/false (will retrieve binary of file)

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