Skip to content
URL:
https://<WebHooks-url>/activateAll
Methods:
POST
Version Introduced:
June, 2020

Description

The activateAll operation restarts deactivated webhooks. When activated, payloads will be delivered to the payload URL when the webhook is invoked.

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:

In this example at the webhook service level both an organization administrator or the feature service owner can activate all webhooks of a feature layer.

Use dark colors for code blocksCopy
1
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/services/serviceName/FeatureServer/WebHooks/activateAll? (Service level)

In this example at the webhook organization listing level as an organization administrator you can activate all webhooks of an organization.

Use dark colors for code blocksCopy
1
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/WebHooks/activateAll? (Organization level)

PJSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "name": "WebHooks",
  "serviceType": "FeatureServer",
  "status": "success"
}

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