The Notifications feature keeps you informed about problems in your scenarios and keep you up to date when it comes to the new features and improvements in Make. The following endpoints allow you to manage the notifications.
Retrieves details and full content of a notification with a given ID.
The unique ID of the notification. It can be retrieved from the List notifications endpoint. Since the number of notifications can reach a BigInt
and because of the limitations of the Open API format, the IDs need to be strings.
3
The unique ID of the Make zone. This parameter is required to retrieve notifications from the Make version. For other Make platforms, it can be ignored. The IDs of the zones can be obtained from the /enum/imt-zones
endpoint.
2
Successful response
Marks all notifications as read and returns the IDs of the updated notifications in the response.
Forces the request to mark all notifications as read. This parameter can only have the all
value.
The unique ID of the Make zone. This parameter is required to retrieve notifications from the Make version. For other Make platforms, it can be ignored. The IDs of the zones can be obtained from the /enum/imt-zones
endpoint.
2
Successful response
Retrieves a collection of all notifications for the authenticated user. Returned notifications are sorted by ID in descending order.
If set to true
, this parameter returns only the unread notifications.
false
The unique ID of the Make zone. This parameter is required to retrieve notifications from the Make version. For other Make platforms, it can be ignored. The IDs of the zones can be obtained from the /enum/imt-zones
endpoint.
2
The value that will be used to sort returned entities by. Notifications can be currently sorted only by ID.
The value of entities you want to skip before getting entities you need.
The sorting order. It accepts the ascending and descending direction specifiers.
Sets the maximum number of results per page in the API call response. For example, pg[limit]=100
. The default number varies with different API endpoints.
Successful response
Deletes notifications with given IDs and returns their IDs in the response. This endpoint allows deleting one or more notifications at once.
The unique ID of the Make zone. This parameter is required to retrieve notifications from the Make version. For other Make platforms, it can be ignored. The IDs of the zones can be obtained from the /enum/imt-zones
endpoint.
2
The array with IDs of the notifications to delete. Since the number of notifications can reach a BigInt
and because of the limitations of the Open API format, the IDs need to be strings.
Successful response