Skip to content
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

PropertyDetails
f

The response format. The default response format is html .

Values: html | json | pjson

Example usage

Below is a sample request URL used to access the Webhooks resource:

Use dark colors for code blocksCopy
1
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/services/serviceName/WebHooks/{webhook id}/notificationStatus?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{
  "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'"
    }
  ]
}
]

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.