Resources
The Kliio API is organized around the following resources:Pagination
List endpoints that support pagination return apagination object alongside data:
limit (max 100) and offset query parameters to page through results.
Filtering
Most list endpoints accept query parameters to filter results. Common filters:Project Phases
Projects can be organized into phases (e.g. Discovery, Design, Development). Tasks can be assigned to a phase via thephase_id field when creating or updating a task. The API returns phase_id on task objects when set.
Custom Statuses
Workspaces can configure custom project statuses and task statuses through the dashboard. When filtering bystatus, use the values defined in your workspace configuration. Default project statuses include In Progress, Awaiting Approval, and Complete. Default task statuses are todo, in_progress, and done.
