FRAMES | NO FRAMES Description | Parameters | Examples | Response
Send Notification (Operation)
URL http://<job-url>/sendNotification
Parent Resource Job

Description

Sends a notification of the specified type.

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.
type Required
Description: The name of the notification type to send.

Example Usage

Example 1: URL for sending a "JobAssigned" notification for job ID 5 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/sendNotification?user=cjones&type=JobAssigned

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }