Retrieve all notifications to tasks related to given project.
It's mainly used for synchronisation purpose.
Path parameters
-
project_id
Required
GET
/data/projects/{project_id}/notifications
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/notifications' \
--header "Authorization: $API_KEY"