GET api/webhook/{webhookId}
Gets a webhook by its ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| webhookId |
The webhook identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A webhook description
WebhookQueryDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TriggerName | string |
None. |
|
| WebhookUrl | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TriggerName": "sample string 1",
"WebhookUrl": "sample string 2",
"Id": 3
}