Retrieve all tasks related to given project.

GET /data/projects/{project_id}/tasks

It's mainly used for synchronisation purpose.

Path parameters

Responses

  • 200

    All tasks related to given project

GET /data/projects/{project_id}/tasks
curl \
 -X GET http://localhost:8080/api/data/projects/{project_id}/tasks \
 -H "Authorization: $API_KEY"