Agnostic Guides
...
Developers Guide
Box Endpoints
Tasks
1min
Currently Link Enterprise has an endpoint to create tasks on top of files and assign them to a user (among other things).
Create a task on a file
POST
Request
Body Parameters
id
String
required
Unique id of box file or folder.
type
String
required
Name of metadata template in box.
selectedCMS
String
required
Value should always be set to "box" to let Link Enterprise know which configured content system to search.
body
Array
required
Json Array of strings (each index being a seperate line).
Or can take a single string value "singleLineExample"
dueDate
String
required
Date the task is due
2100-12-31 (YYYY-MM-DD)
recipients
Array
required
Array of strings of recipients of the task (email id)
*User may require permissions to file before being able to be assigned a task.
Create a task on a file
POST
Request
Body Parameters
id
String
required
Unique id of box file or folder.
type
String
required
Name of metadata template in box.
selectedCMS
String
required
Value should always be set to "box" to let Link Enterprise know which configured content system to search.
body
Array
required
Json Array of strings (each index being a seperate line).
Or can take a single string value "singleLineExample"
dueDate
String
required
Date the task is due
2100-12-31 (YYYY-MM-DD)
recipients
Array
required
Array of strings of recipients of the task (email id)
*User may require permissions to file before being able to be assigned a task.