get /reports/{reportId}
Gets details about a specific report.
Returns the details about the specified report specified by the reportId
parameter.
Path parameters
- reportId (required)
- The report ID.
Return type
Example data
Content-Type: application/json
{
"data" : {
"outputFormats" : [ "outputFormats", "outputFormats" ],
"created" : "2000-01-23T04:56:07.000+00:00",
"lastUpdate" : "2000-01-23T04:56:07.000+00:00",
"description" : "description",
"entityId" : "entityId",
"id" : "00000000-0000-0000-0000-000000000000",
"title" : "title",
"type" : "Excel"
}
}
Responses
- 200
- Success. The report details are returned.
- 400
- The report ID is malformed.
- 403
- The user is not authorized to view the report, or the report is disabled.
- 404
- ID not found. The report does not exist.