To Get the Summary of Webhook Executions
Description
This API can be used to get the summary of webhook executions.
Query Parameters
- mode (Mandatory) - To get the summary of the webhook (value:meta)
OAuth Scope:
SalesIQ.webhooks.READ
URL:
Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/webhooks/{id}/executions
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylker/webhooks/8000000024003/executions?mode=meta
Sample Response:
Copied{
"url": "/api/v2/zylker/webhooks/8000000024003/executions",
"object": "summary",
"data": {
"all": "86",
"app_based": {
"8000000000047": "86"
}
}
}