Sorry, no results found for "".
Parameters to control offset-based pagination
The (zero-based) offset of the first entity returned in the collection (defaults to 0)
The maximum number of entities to return (defaults to 30, maximum is 500)
Attributes to filter
IDs to fetch, comma separated
"42,554"
The subject of webhook triggering
"item"
The event that triggers the webhook call
"update"
The current status
"success"
The delivery attempt is currently in process
Delivery completed successfully
Delivery attempt(s) failed due to errors/timeouts
The last delivery attempt failed, a new one will be retried later
Fields used to order results
"name_DESC"
Returns an array of resource objects of type webhook_call
The webhookCalls.list()
method does NOT support serverside filtering.
If you wish to filter the calls by some payload attribute, you must fetch them from the server and then filter them clientside, after decoding their request_payload
fields with JSON.parse()
.
This example shows how to filter the calls by their environment names.