FRAMES | NO FRAMES Description | Parameters | Examples | Response
Subscribe to Notification (Operation)
URL http://<wmservice-url>/notificationTypes/<notificationTypeId>/subscribe
Parent Resource Workflow Manager Service

Description

Adds an email address to the subscriber list for a specific notification 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.
email Required
Description: The email address to add to the notification type's subscriber list. May contain tokens.

Example Usage

Example 1: URL for subscribing to notification type ID 5 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/notificationTypes/5/subscribe?user=cjones&email=cjones@example.com

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }