FRAMES | NO FRAMES Description | Parameters | Examples | Response
Notes
URL http://<job-url>/notes
Supported Operations Update
Parent Resource Job

Description

The notes for a job, stored as rich text.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json

Example Usage

Example 1: URL for the notes of job ID 5 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/notes

JSON Response Syntax

{
  "notes": "<notes>"
}

JSON Response Example

{
  "notes": "This job is urgent and should be expedited."
}