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>"
}