curl --request GET \
--url https://cloud.kaneo.app/api/task/tasks/{projectId} \
--header 'Authorization: Bearer <token>'{}Get all tasks for a specific project
curl --request GET \
--url https://cloud.kaneo.app/api/task/tasks/{projectId} \
--header 'Authorization: Bearer <token>'{}Bearer token authentication
createdAt, priority, dueDate, position, title, number asc, desc Project with tasks organized by columns
The response is of type object.
Was this page helpful?