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