Employees
Deprecated
Company API v1 is deprecated and will be removed in a future release. Migrate to a newer version — v4 is the latest. Use the version switcher in the header.
List of employee tasks
curl -X GET "https://example.com/api/public/v1/employees/0/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_at": "string", "updated_at": "string" } ], "metadata": { "pagination": { "page": 0, "pages": 0, "count": 0, "items": 0 } }}