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
required
String
Unique id of box file or folder.
type
required
String
Name of metadata template in box.
selectedCMS
required
String
Value should always be set to "box" to let Link Enterprise know which configured content system to search.
body
required
Array
Json Array of strings (each index being a seperate line). Or can take a single string value "singleLineExample"
dueDate
required
String
Date the task is due 2100-12-31 (YYYY-MM-DD)
recipients
required
Array
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
required
String
Unique id of box file or folder.
type
required
String
Name of metadata template in box.
selectedCMS
required
String
Value should always be set to "box" to let Link Enterprise know which configured content system to search.
body
required
Array
Json Array of strings (each index being a seperate line). Or can take a single string value "singleLineExample"
dueDate
required
String
Date the task is due 2100-12-31 (YYYY-MM-DD)
recipients
required
Array
Array of strings of recipients of the task (email id) *User may require permissions to file before being able to be assigned a task.