Download report for a given report job id

get

/ec-reporting-svc/rest/v2.0/reports/download

Downloads a specific report for a given job id. Right: ReportingGet.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : headerNames
Type: array
Show Source
Nested Schema : locale
Type: object
Show Source
Nested Schema : outputStream
Type: object
Show Source
Nested Schema : trailerFields
Type: object
Nested Schema : writer
Type: object
Nested Schema : extensionKeys
Type: array
Unique Items Required: true
Show Source
Nested Schema : unicodeLocaleAttributes
Type: array
Unique Items Required: true
Show Source
Nested Schema : unicodeLocaleKeys
Type: array
Unique Items Required: true
Show Source
Nested Schema : writeListener
Type: object

400 Response

'Invalid parameters', 'Insufficient parameters'
Body ()
Root Schema : BaseResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object

401 Response

User not authorized to download the report.
Body ()
Root Schema : BaseResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object

404 Response

Not found
Body ()
Root Schema : BaseResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top