Skip to main content

List all Notifications Events Conditions

GET 
/notification_event_conditions

Returns a list of your notifications events conditions.

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[associated_record_type][eq] string

    Possible values: [account, phone_number]

    Filter by the associated record type

Responses

200: Returns a list of notification event conditions available.

default: Unexpected error

Loading...