- URL:https://[root]/portals/[portalID]/webhooks/[webhookID]
- Operations:Activate Webhook, Deactivate Webhook, Delete Webhook, Update Webhook
- Child Resources:Notification Status
- Version Introduced:10.7
Example usage
The following is a sample ArcGIS Enterprise request URL used to access an individual webhook resource:
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/webhooks/35f930b31df64b62873127613d047a1b?f=pjson
Description
This resource displays information for specified webhooks and provides access to the update, delete, and deactivate operations and the notificationStatus resource page.
Note:
For information on how to manage GP and feature service webhooks, see the Manage webhooks in ArcGIS Enterprise topic. To learn about what webhook types are supported in Enterprise, see About webhooks in ArcGIS Enterprise.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default format is html. Values: html | json | pjson |
JSON Response example
{
"id": "35f930b31df64b62873127613d047a1b",
"accountId": "0123456789ABCDEF",
"payloadUrl": "https://app.logic.azure.com:443/workflows/b688528a36e246279dc050f936e5ebd4/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=nHP-LBo9x-nSgMi11DSDuwRIUiJr-8yKGCy7OYaT_ow",
"secret": "",
"isActive": true,
"name": "Microsoft Flow",
"config": {
"deactivationPolicy": {
"numberOfFailures": 5,
"daysInPast": 5
}
},
"ownerId": "86ccfe86be2d490a8507eaea82749dc6",
"created": 1548289054928,
"modified": 1548289054928,
"events": [
"/items"
]
}
JSON Response example with properties
{
"id": "35f930b31df64b62873127613d047a1b",
"accountId": "0123456789ABCDEF",
"payloadUrl": "https://app.logic.azure.com:443/workflows/b688528a36e246279dc050f936e5ebd4/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=nHP-LBo9x-nSgMi11DSDuwRIUiJr-8yKGCy7OYaT_ow",
"secret": "",
"isActive": true,
"name": "Microsoft Flow",
"config": {
"deactivationPolicy": {
"numberOfFailures": 5,
"daysInPast": 5
},
"properties": {
"federatedServer": {
"serverId": "t4IGVvF82xlnxjLT",
"ItemId": "9a401d61f15a740baa81ab0616dc222",
"tokenTypeToSend": "user",
"tokenExpirationTimeMinutes": "10"}}
},
"ownerId": "86ccfe86be2d490a8507eaea82749dc6",
"created": 1548289054928,
"modified": 1548289054928,
"events": [
"/items"
]
}