GET api/WebhooksV2?notificationCode={notificationCode}
Get a single webhook defined under a particular branch.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| notificationCode |
Notification code of the webhook. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WebhookViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RowVersion | unsigned integer |
None. |
|
| Url | string |
None. |
|
| NotificationCode | integer |
None. |
|
| NotificationDescription | string |
None. |
|
| AuthorizationToken | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"rowVersion": 1,
"url": "sample string 2",
"notificationCode": 3,
"notificationDescription": "sample string 4",
"authorizationToken": "sample string 5"
}
