object WebhooksQueryResult
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | |||||||||||||||||||||||||||||||
complexity | Int | |||||||||||||||||||||||||||||||
data | WebhookConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- webhooks Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": WebhookConnection
}| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | |||||||||||||||||||||||||||||||
complexity | Int | |||||||||||||||||||||||||||||||
data | WebhookConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
{
"request_id": "abc123",
"complexity": 987,
"data": WebhookConnection
}