Tasks
Path parameters
AccountSIDstringRequired
ProgramIdintegerRequired
The ID of the program to retrieve tasks from.
Query parameters
DateLastUpdatedBeforestring · date-timeOptional
Only return tasks updated before this date (ISO 8601).
DateLastUpdatedAfterstring · date-timeOptional
Only return tasks updated after this date (ISO 8601).
Responses
200
A paginated list of task objects.
application/json
get/Advertisers/{AccountSID}/Programs/{ProgramId}/Tasks
200
A paginated list of task objects.
Path parameters
AccountSIDstringRequired
ProgramIdintegerRequired
TaskIdintegerRequired
The unique identifier for the task.
Responses
200
A single task object.
application/json
IdstringOptionalExample:
3562529DueDatestring · date-timeOptionalExample:
Date and time at which the task is due. Displayed in ISO 8601 format.
2021-08-31T04:00:00.000+0000AssigneeAccountstringOptionalExample:
Name of the partner account that the task is assigned to.
Acme PartnersTotalActionsintegerOptionalExample:
Total number of actions that have been recorded for this task.
0TotalCommentsintegerOptionalExample:
Total number of comments that have been recorded for this task.
1DateCreatedstring · date-timeOptionalExample:
The date and time the task was created.
2021-08-18T16:47:21.000+0000DateLastUpdatedstring · date-timeOptionalExample:
The date and time the task was last updated.
2021-08-18T22:45:42.000+0000get/Advertisers/{AccountSID}/Programs/{ProgramId}/Tasks/{TaskId}
200
A single task object.
Last updated
