GET api/webhook/{webhookId}

Gets a webhook by its ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
webhookId

The webhook identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A webhook description

Dezrez.Core.DataContracts.External.Api.Webhook.WebhookQueryDataContract
NameDescriptionTypeAdditional 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
}