Objectives
List objectives
Returns a list of objectives.
get/performance/objectives
Query parameters
pageinteger
A cursor for pagination across multiple pages of results.
Response
OK
Example response
{
"data": [
{
"owner": {
"id": 100,
"first_name": "John",
"last_name": "Doe",
"email": "test@example.com"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.