GET v1/Webhooks
Get all the webhoooks defined under a particular branch.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
WebhooksListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Webhooks | Collection of WebhookViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"webhooks": [
{
"rowVersion": 1,
"url": "sample string 2",
"notificationCode": 3,
"notificationDescription": "sample string 4",
"authorizationToken": "sample string 5"
},
{
"rowVersion": 1,
"url": "sample string 2",
"notificationCode": 3,
"notificationDescription": "sample string 4",
"authorizationToken": "sample string 5"
}
]
}
