Get all tasks

Gets all beta tasks.

Note: The Collections Window, Notes, Advanced Payment Manager, Payment Plans, and Statement Generator features are entering end of support on June 3, 2024. For more information, please refer to the Product and Feature End of Support page.

Request
query Parameters
allTasks
required
boolean

Whether you want to get all tasks. This parameter must be set to true at this moment.

Example: allTasks=true
header Parameters
API-Token
required
string

The API token that is shown in the settings of Notes. It is a 64-digit hex number.

Example: a48865e51c3f4610de8f319bdd7bf691b2aaad827ed31ad1dd6847e617200666
Responses
200
get/api/v1/tasks?allTasks={allTasks}
Request samples
Response samples
application/json
{
  • "success": true,
  • "data": {
    }
}