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