- URL:
- https://<WebHooks-url>/activateAll
- Methods:
POST- Version Introduced:
- June, 2020
Description
The activate operation restarts deactivated webhooks. 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 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.
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.
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/WebHooks/activateAll? (Organization level)PJSON Response example
{
"name": "WebHooks",
"serviceType": "FeatureServer",
"status": "success"
}