object WebhooksCallLogsQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
data | WebhookCallLogPage |
Referenced By
- webhooks_call_logs Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": WebhookCallLogPage
}