- URL:
- https://<WebHooks-url>/<webhook id>/notificationStatus
- Methods:
POST- Version Introduced:
- June, 2020
Description
An owner or admin of a feature service can check the notification status of existing webhook.
Request parameters
| Property | Details |
|---|---|
f | The response format. The default response format is Values: |
Example usage
Below is a sample request URL used to access the Webhooks resource:
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/services/serviceName/WebHooks/{webhook id}/notificationStatus?f=pjsonJSON Response example
[
{
"webhookNotificationStatus" : [
{
"invoked" : "false"
"invokedTimestamp" : "1696452586477",
"serverResponse" : "The remote name could not be resolved: 'enc26xq7ana3f.x.pipedream.net33'"
},
{
"invoked" : "false"
"invokedTimestamp" : "1696454892405",
"serverResponse" : "The remote name could not be resolved: 'enc26xq7ana3f.x.pipedream.net33'"
}
]
}
]