Skip To Content
ArcGIS Developer
Dashboard

Activate All (Feature Service)

  • URL:https://<WebHooks-url>/activateAll(POST only)
  • Version Introduced:June, 2020

Description

The activateAll operation restarts a deactivated webhook. 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 for activateAll:

https://myserver.domain.com/myTenant/ArcGIS/rest/admin/services/states/FeatureServer/WebHooks/activateAll?f=pjson

JSON Response example


{
  "name": "WebHooks",
  "serviceType": "FeatureServer",
  "status": "success"
}