Agnostic Guides
...
docuflow SCRUD Web Services
Box Endpoints

Read

1min

Docuflow 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 seperate 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 docuflow.
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 docuflow 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 docuflow.
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 docuflow know which configured content system to search.




Updated 03 Mar 2023
Doc contributor
Did this page help you?