GET api/webhooks/filters

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of available notifications with their description.

NameDescriptionTypeAdditional information
Name

Name

string

None.

Description

Description

string

None.

Response Formats

application/json, text/json

Sample:
[
    {
        "Name": "GroupCalendarAppointment",
        "Description": "A mutation of GroupCalendarAppointment has occured"
    },
    {        
        "Name": "ClientReport",
        "Description": "A mutation of ClientReport has occured"
    }
]