- URL:
- https://<WebHooks-url>/activateAll
- Methods:
POST
- Version Introduced:
- June, 2020
Description
The activate
operation restarts a deactivated webhook. When activated, payloads will be delivered to the payload URL when the webhook is invoked.
Request parameters
Property | Details |
---|---|
f | The response format. The default response format is Values: |
Example usage
Below is a sample request URL for activate
:
https://gisserver.example.com/<context>/rest/admin/services/states/FeatureServer/WebHooks/activateAll?f=pjson
JSON Response example
{
"name": "WebHooks",
"serviceType": "FeatureServer",
"status": "success"
}