Objectives
List objectives
Response Body
application/json
curl -X GET "https://example.com/api/public/v3/performance/objectives"{ "data": [ { "id": 0, "title": "string", "progress": 0, "status": "string", "starts_on": "string", "ends_on": "string", "parent_id": null, "key_results": [ null ], "owner": null, "created_at": "string", "updated_at": "string" } ], "metadata": { "pagination": { "page": 0, "pages": 0, "count": 0, "items": 0 } }}