Tasks
List tasks
Response Body
application/json
curl -X GET "https://example.com/api/public/v3/tasks"{ "data": [ { "id": 0, "type": "string", "title": "string", "starts_on": "string", "ends_on": null, "completed_at": null, "completed": true, "description": null, "description_plain": null, "assigned_to": { "id": 0, "full_name": "string", "email": "string" }, "created_by": { "id": 0, "full_name": "string", "email": "string" }, "created_at": "string", "updated_at": "string" } ], "metadata": { "pagination": { "page": 0, "pages": 0, "count": 0, "items": 0 } }}