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
-
id: string
ID of the report job to download. This is mandatory
-
mode: string
Mode of the study. Accepts test, active, or training.
-
reportName: string
Report Name
-
rptKickoffDatetime: string
Report Kickoff Date Time
-
studyId: string(uuid)
ID of the study for which you want to download report. Tenant reports such as HSL report etc can be downloaded by making study id as null.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- text/html
- application/json
200 Response
Success
Root Schema : HttpServletResponse
Type:
Show Source
object
-
bufferSize: integer
(int32)
-
characterEncoding: string
-
committed: boolean
-
contentLength: integer
(int32)
-
contentLengthLong: integer
(int64)
-
contentType: string
-
headerNames: array
headerNames
-
locale: object
locale
-
outputStream: object
ServletOutputStream
-
status: integer
(int32)
-
trailerFields: object
trailerFields
-
writer: object
writer
Nested Schema : locale
Type:
Show Source
object
-
country: string
-
displayCountry: string
-
displayLanguage: string
-
displayName: string
-
displayScript: string
-
displayVariant: string
-
extensionKeys: array
extensionKeys
Unique Items Required:
true
-
iso3Country: string
-
iso3Language: string
-
language: string
-
script: string
-
unicodeLocaleAttributes: array
unicodeLocaleAttributes
Unique Items Required:
true
-
unicodeLocaleKeys: array
unicodeLocaleKeys
Unique Items Required:
true
-
variant: string
Nested Schema : trailerFields
Type:
object
Nested Schema : writer
Type:
object
Nested Schema : WriteListener
Type:
object
400 Response
'Invalid parameters', 'Insufficient parameters'
Root Schema : BaseResponse
Type:
Show Source
object
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
-
status: string
Nested Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : result
Type:
object
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.
401 Response
User not authorized to download the report.
Root Schema : BaseResponse
Type:
Show Source
object
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
-
status: string
Nested Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : result
Type:
object
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.
404 Response
Not found
Root Schema : BaseResponse
Type:
Show Source
object
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
-
status: string
Nested Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : result
Type:
object
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.