Get generated reports available for download
get
/ec-reporting-svc/rest/v2.0/reportmetadata/downloadList
Retrieves a list of generated reports that are available for download for the specified query parameters. Right: ReportingGet.
Request
Query Parameters
-
limit: integer(int32)
Limit
-
mode: string
Mode of the study. Accepts test, active, or training.
-
offset: integer(int32)
Offset
-
rptId: string(uuid)
Report ID to list the generated reports. If made null, this API will return list of generated jobs for all reports
-
studyId: string(uuid)
ID of the study for which you want to list the downloaded reports. Tenant reports such as HSL report etc can be listed by making study id as null.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
400 Response
Validation error
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.
403 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.