List objectives visible to the actor
Returns objectives from current team memberships. Personal access token team restrictions are applied before the product query.
Returns objectives from current team memberships. Personal access token team restrictions are applied before the product query.
Authorization
machineBearer Personal access tokens and supported service-account keys are accepted only in the Authorization header and never in URLs. Each operation documents which principal types it authorizes.
In: header
Path Parameters
Workspace UUID. It must match the workspace bound to the credential.
uuidQuery Parameters
Restrict results to one visible team. Credentials restricted to multiple teams must provide this filter.
uuidOpaque, signed cursor returned by the preceding page. Do not inspect or modify it.
1 <= length <= 8192Maximum resources to return.
1 <= value <= 10050Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/objectives"{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c", "teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec", "sequenceId": 1, "name": "string", "description": "string", "shortSummary": "string", "leadUserId": "b9d7f686-e28e-4725-9fee-fb757798924c", "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "private": true, "statusId": "e900225c-0629-4e96-be6e-86a17a309645", "priority": "string", "health": "At Risk", "color": "string", "forecastStartDate": "2019-08-24T14:15:22Z", "forecastEndDate": "2019-08-24T14:15:22Z", "scheduleStatus": "on_track", "forecastDaysDelta": 0, "keyResultCount": 0, "storyCounts": { "total": 0, "backlog": 0, "unstarted": 0, "started": 0, "completed": 0, "cancelled": 0 }, "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "meta": { "hasMore": true, "nextCursor": "string" }}List sprints visible to the actor GET
Returns sprints from current team memberships. Personal access token team restrictions are applied before the product query.
List key results visible to the actor GET
Returns key results through the personal access token user's current workspace membership, team membership, scope, and optional team restriction.