Clears the cache for web-notifications api requests.
Delete a notification.
Delete a notification.
The id of the notification to delete.
Optional
options: ApiCallOptionsDelete all notifications.
Delete all notifications.
Optional
options: ApiCallOptionsRetrieve a single notification by Id.
Retrieve a single notification by Id.
The id of the notification to retrieve.
Optional
options: ApiCallOptionsRetrieve notifications matching the query.
Retrieve notifications matching the query.
an object with query parameters
Optional
limit?: numberThe number of notification entries to retrieved.
Optional
page?: numberPage number
Optional
read?: booleanRead status of the notification
Optional
resourceType?: stringFilter by resource types. If passing more than 1 resource type, use comma seperated string.
Optional
sort?: "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt"The field to sort by, with +/- prefix indicating sort order
Optional
options: ApiCallOptionsPatch a notification.
Patch a notification.
The id of the notification to update.
an object with the body content
Optional
options: ApiCallOptionsPatch all notifications.
Patch all notifications.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for web-notifications api requests.