get_all_webhooks

Returns a list of all webhooks registered for an object type.

Method and URI

Request

Content

Not required.

Query parameters

Not required.

Beispiel

Response

Content

webhooks

List of webhooks registered for this object type

webhooks.item.id

  • Unique ID

http://webhooks.item.name

  • Name

webhooks.item.uri 

  • URI for Callback

webhooks.item.filter

  •  Filter for identifying relevant objects

webhooks.item.description 

  • Short description of the Webhook

webhooks.item.errorHandling 

  • Error handling:
    C: Continue on error
        E: Error message on error
        Q: Collect to queue (not yet supported)

webhooks.item.onCreate

  • Call Webhook during creation

webhooks.item.onUpdate

  • Call webhook when changing

webhooks.item.onDelete

  • Call webhook when deleting

webhooks.item.isEnabled

  • Webhook is active

Example