Web Service Documentation / Categories / Reporting Services / Get Report Template List
Updated on February 12, 2023
23.0
GET
/reports/templates?type=(type)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
type | Optional. Indicates the type of report templates to return. Valid values are:
|
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example retrieves all the custom report templates.
GET /reports/templates?type=CUSTOM
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok">
<links>
<link id="86123" httpMethod="GET" link="/reports/templates/86123" linkDescription="This is the GET url for this Template." hint="Energy Report 2022"/>
<link id="18634" httpMethod="GET" link="/reports/templates/18634" linkDescription="This is the GET url for this Template." hint="Water Report 2022"/>
<link id="8666" httpMethod="GET" link="/reports/templates/8666" linkDescription="This is the GET url for this Template." hint="City 2022 Data Request"/>
<link id="85116" httpMethod="GET" link="/reports/templates/85116" linkDescription="This is the GET url for this Template." hint="Partner of the Year Report"/>
</links>
</response>