GA
Project Notifications
The Project Notifications endpoint returns a list of notifications on all entities saved to a project.
Path parameters
id
Unique identifier of the project
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
limit
Limit total notifications in the response. Defaults to 100.
offset
Offset which notifications are returned. Defaults to 0.
sort
Defines a sort order on a field. The value should begin with a ’-’ to indicate a descending sort, followed by a field name to sort on.
Allowed values:-date
Response
This endpoint returns an object.
offset
limit
next
data
size
Errors
400
Bad Request
401
Unauthorized
404
Not Found
405
Method Not Allowed
429
Rate Limit Exceeded
500
Internal Server Error
502
Bad Gateway
520
Connection Error