Get paginated Webhook connectors
Retrieve a paginated list of webhook connectors with optional sorting
Query parameters
Page number for pagination. Defaults to 0.
Number of items per page. Defaults to 20.
Sorting criteria in the format: property(,asc|desc). Defaults to identifier,asc.
Response
Paginated webhook connector retrieved successfully
Changes
Changed in 3 of the 13 revisions of this API.113
- ●
removed the optional property
errorDescriptionfrom the response with the400statusresponse-optional-property-removed
- ○
added the optional property
content/items/mappings/items/actionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
error_descriptionto the response with the400statusresponse-optional-property-added
- ●
- ▲
the
content/items/mappings/items/entity/relationsresponse's property type/format changed fromobject/toarray/for status200response-property-type-changed
- ▲
- ○
endpoint added
endpoint-added
- ○