FRAMES | NO FRAMES Description | Parameters | Examples | Response
Report Stylesheet
URL http://<report-url>/stylesheet
Parent Resource Report

Description

Represents the XSLT stylesheet for the specified report.

Parameters

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

Values: html | json

Example Usage

Example 1: URL for the stylesheet of report ID 3 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/reports/3/stylesheet

JSON Response Syntax

{
  "stylesheet": "<xsltStylesheetContent>"
}

JSON Response Example

{
  "stylesheet": "<xsl:stylesheet>...</xsl:stylesheet>"
}