Add a task to a project list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the project
The ID of the list
The name of the task
An optional description of the task
The date the task is expected to be completed
Priority of task within a list. Setting this property will impact the index of other tasks in the list to maintain sequential order. If not provided the priority will default to 1 and the index of all the other tasks in the list will shift.
The ID of the Domo user that owns the task
An array of user IDs that are assigned as contributors to the task
An array of tags that have been assigned to the task
The maximum amount of results to return (defaults to 10 with a maximum of 50)
The number of records to offset from the beginning of the result list (defaults to 0)
The request body accepts a task object.