Skip to main content

List notification settings

GET 
/notification_settings

List notification settings.

Request

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

    filter[notification_profile_id][eq] string

    Filter by the id of a notification profile

    filter[notification_channel][eq] string

    Filter by the id of a notification channel

    filter[notification_event_condition_id][eq] string

    Filter by the id of a notification channel

    filter[associated_record_type][eq] string

    Possible values: [account, phone_number]

    Filter by the associated record type

    filter[status][eq] string

    Possible values: [enabled, enable-received, enable-pending, enable-submtited, delete-received, delete-pending, delete-submitted, deleted]

    The status of a notification setting

Responses

200: Returns a list of notification settings.

default: Unexpected error

Loading...