Get a report
Get a report
Path Parameters
- reportId string required
ReportId
Responses
- 200
- 401
- 404
Report object
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- guid string
- type string
- name string
- published boolean
- configId string
- reportId string
- status string
- summary object
{
"guid": "string",
"type": "string",
"name": "string",
"published": true,
"configId": "string",
"reportId": "string",
"status": "string",
"summary": {}
}
User doesn't have a valid session.
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
Unable to find supplied report ID.
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
Loading...