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: ApiCallOptions
Retrieve notifications matching the query.