| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL | http://<wmservice-url>/notificationTypes/<notificationTypeId>/subscribe |
|---|---|
| Parent Resource | Workflow Manager (Classic) Service |
| Parameter | Details |
|---|---|
| f | Description: The response format. The default response format is html. Values: html | json |
| user | Required Description: The username of the client. |
| Required Description: The email address to add to the notification type's subscriber list. May contain tokens. |
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
{ "success": true }
{ "success": true }