FRAMES | NO FRAMES Description | Parameters | Examples | Response
Notify Session (Operation)
URL http://<match-session-url>/notify
Parent Resource Match Session

Description

Sends the notifications configured for the matches found during a rule evaluation session.

Parameters

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 Usage

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

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }