ObjectiveService
Objectives
List objective tasks
Lists all tasks for an objective
get/v1/workspaces/{workspaceId}/objectives/{objectiveId}/tasks
Path parameters
workspaceIdstring required
Example:workspace_01HXKD2E5NQM3T9AYWCF133E3Q
objectiveIdstring required
Example:obj_01HXKD2E5NQM3T9AYWCFQAZGFV
The ID of the objective. Supports "external_id:" prefix for external IDs.
Query parameters
limitinteger
Maximum number of results to return
cursorstring
Pagination cursor from previous response
sortOrderstring
Sort order for results
Response
OK
Changes
Changed in 1 of the 57 revisions of this API.1
- ●
removed the optional property
pagination/totalfrom the response with the200statusresponse-optional-property-removed
- ●