v1
latestOpenAPI 3.0.02026-07-148061.0 KBList tasks
This endpoint allows you to filter VTEX DO tasks. You can choose between the following filtering options:
-
Assignees: using assignee.email and status. Example: https://{{accountName}}.{{environment}}.com.br/api/do/tasks?assignee.email={{person@email.com}}&status={{open}}.
-
Targets: using targetId and status. Example: https://{{accountName}}.{{environment}}.com.br/api/do/tasks?target.id={{name}}&status={{open}}.
-
Paged tasks: using page, perPage and status. Example: https://{{accountName}}.{{environment}}.com.br/api/do/tasks?page={{1}}&perPage={{10}}&status=;{{-Closed}}.
-
Context: using context, page, perPage and status. Example: https://{{accountName}}.{{environment}}.com.br/api/do/tasks?context={{context}}&page={{1}}&perPage={{10}}&status={{-Closed}}.
Permissions
This endpoint does not require License Manager resources.
Query parameters
If you wish to list tasks by assignee, insert the desired assignee's email and status.
If you wish to list tasks by target, insert the desired targetId and status.
If you wish to list tasks by context, insert the desired context, page, perPage and status.
If you wish to list tasks by context, also insert the desired page.
If you wish to list tasks by context, also insert the desired perPage value.
If you wish to list tasks by context, also insert the desired status.
Headers
Type of the content being sent.
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Response
OK