AdminGetNotificationsParams
Parameters used to filter and configure the pagination of the retrieved notifications.
constructor
Properties
event_name
stringEvent name to filter notifications by.
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
include_resends
stringWhether to include resends in the results.
limit
numberLimit the number of items returned in the list.
Default: 50
offset
numberThe number of items to skip when retrieving a list.
Default: 0
resource_id
stringResource ID to filter notifications by.
resource_type
stringResource type to filter notifications by.
to
stringFilter notifications by their
to
field.Was this section helpful?