For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tasks

List All Tasks

get

Returns a list of existing, non-archived tasks for a specific program.

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.

Get Task Details

get

Retrieves the details of an existing task by its unique ID.

Path parameters
AccountSIDstringRequired
ProgramIdintegerRequired
TaskIdintegerRequired

The unique identifier for the task.

Responses
200

A single task object.

application/json
IdstringOptionalExample: 3562529
DueDatestring · date-timeOptional

Date and time at which the task is due. Displayed in ISO 8601 format.

Example: 2021-08-31T04:00:00.000+0000
AssigneeAccountstringOptional

Name of the partner account that the task is assigned to.

Example: Acme Partners
TotalActionsintegerOptional

Total number of actions that have been recorded for this task.

Example: 0
TotalCommentsintegerOptional

Total number of comments that have been recorded for this task.

Example: 1
DateCreatedstring · date-timeOptional

The date and time the task was created.

Example: 2021-08-18T16:47:21.000+0000
DateLastUpdatedstring · date-timeOptional

The date and time the task was last updated.

Example: 2021-08-18T22:45:42.000+0000
get/Advertisers/{AccountSID}/Programs/{ProgramId}/Tasks/{TaskId}
200

A single task object.

Last updated