Get Custom Report List Operation
The getCustomReportList operation returns a list of the custom reports configured in the Appliance.
Get Custom Report List Request Parameter
The getCustomReportList operation request parameter are:
Parameter | Description | Values | Required | Type |
---|---|---|---|---|
authToken | Unique authentication token. | Yes | String |
Get Custom Report List Response Attributes
The getCustomReportList response attributes are:
Attribute | Description | Type |
---|---|---|
errorCode | Error code for the request number. | Number |
recordCount | Number of custom report names. | Number |
reportList | An array of reportTitle (string) and reportType (string). The custom report’s reportTitle value can be used in the getReport operation’s reportName parameter. | Array |
Copyright © Cloud Software Group, Inc. All rights reserved.