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'
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
401 Response
User not authorized to download the report.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
404 Response
Not found
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object