Skip to content

Activate All (Feature Service)

URL:
https://<WebHooks-url>/activateAll
Methods:
POST
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 :

Use dark colors for code blocksCopy
1
https://gisserver.example.com/<context>/rest/admin/services/states/FeatureServer/WebHooks/activateAll?f=pjson

JSON 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.