v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Tasks

Get all tasks

Returns all tasks. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

get/tasks

Query parameters

cursorstring

For pagination, the marker (an opaque string value) representing the first item on the next page

limitinteger
Example:500

For pagination, the limit of entries to be returned. If not provided, up to 500 items will be returned.

assignee_idinteger

If supplied, only tasks that are assigned to this user are returned

project_idinteger

If supplied, only tasks that are assigned to this project are returned

parent_task_idinteger

If null is supplied then only parent tasks are returned. If integer is supplied then only subtasks of a specific task are returned. By default all tasks are returned.

done0 | 1

Whether the task is done or not. 0 = Not done, 1 = Done. If not omitted then returns both done and not done tasks.

Response

A list of tasks.

successboolean