Skip to main content
Skip to main content

AdminGetNotificationsParams

Parameters used to filter and configure the pagination of the retrieved notifications.

Properties

limitnumber
Limit the number of items returned in the list.

Default: 50

offsetnumber
The number of items to skip when retrieving a list.

Default: 0

fieldsstring
Comma-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.
expandstring
Comma-separated relations that should be expanded in the returned data.
event_namestring
Event name to filter notifications by.
resource_typestring
Resource type to filter notifications by.
resource_idstring
Resource ID to filter notifications by.
tostring
Filter notifications by their to field.
include_resendsstring
Whether to include resends in the results.
Was this section helpful?