Description
Represents information for a single report.
Parameters
Parameter |
Details |
f |
Description: The response format. The default response format is html.
Values: html | json |
Example Usage
Example 1: URL for report ID 3 in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/reports/3
JSON Response Syntax
{
"id": <reportId>,
"name": "<reportName>",
"title": "<title>",
"description": "<description>",
"hierarchy": "<hierarchy>"
}
JSON Response Example
{
"id": 1,
"name": "Workload Report",
"title": "Workload Report",
"description": "A measure of the job load for each analyst.",
"hierarchy": "General Reports"
}