List webhook activation log entries
GET {{baseUrl}}/v1/webhook_activation_logs?pageSize=1000&skip=10&sort=value&integrationRequestUuid=value&webhookId=79722150.32893425&applicationId={{applicationId}}&campaignId={{campaignId}}&createdBefore=2022-11-08T00:11:22.082Z&createdAfter=2022-11-08T00:11:22.082Z
Webhook activation log entries are created as soon as an integration request triggers a webhook effect. See the docs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
sort | string | The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with - . |
Note: This parameter works only with numeric fields.
|
| integrationRequestUuid
| string | | Filter results by integration request UUID. |
| webhookId
| string | | Filter results by Webhook. |
| applicationId
| string | | Filter results by Application ID. |
| campaignId
| string | | Filter results by campaign. |
| createdBefore
| string | | Only return events created before this date. You can use any timezone. Talon.One will convert to UTC internally. |
| createdAfter
| string | | Only return events created after this date. You can use any timezone. Talon.One will convert to UTC internally. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |