FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<match-session-url>/notify |
---|---|
Parent Resource | Match Session |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the client. |
deleteAfter | Description: Whether to delete the session matches after sending any notifications. The default is false .Values: true | false |
Example 1: URL for sending spatial notifications based on a session in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/spatialNotification/sessions/{53C0E3AD-3513-4C55-AC2B-64BBAFF416AA}/notify?user=cjones&deleteAfter=true{ "success": true }
{ "success": true }