AdminGetNotificationsParams
Parameters used to filter and configure the pagination of the retrieved notifications.
Properties
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
fields
stringComma-separated fields that should be included in the returned data.
if a field is prefixed with
+
it will be added to the default fields, using -
will remove it from the default fields.
without prefix it will replace the entire default fields.expand
stringComma-separated relations that should be expanded in the returned data.
event_name
stringEvent name to filter notifications by.
resource_type
stringResource type to filter notifications by.
resource_id
stringResource ID to filter notifications by.
to
stringFilter notifications by their
to
field.include_resends
stringWhether to include resends in the results.
Was this section helpful?