Get the list of reports available in the Report Library
Get the list of reports available in the Report Library
Responses
- 200
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
error object
errorCode string
errorDescription string
miscReportTree object[]
children undefined[]
selectable boolean
title string
value string
status string
warning object[]
warningCode string
warningDescription string
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"miscReportTree": [
{
"children": [
null
],
"selectable": true,
"title": "string",
"value": "string"
}
],
"status": "string",
"warning": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Loading...