GET api/webhooks/filters

Gets all WebHook filters that a user can register with. The filters indicate which WebHook events that this WebHook will be notified for.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A representing the operation.

Collection of WebHookFilter
NameDescriptionTypeAdditional information
Name

Gets or sets the name of the filter, e.g. Blob Update.

string

None

Description

Gets or sets a description of the filter.

string

None

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.