Retrieve all notifications to tasks related to given project.

GET /data/projects/{project_id}/notifications

It's mainly used for synchronisation purpose.

Path parameters

Responses

  • 200

    All notifications to tasks related to given project

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