Get metdata for all reports based on query paramaters
get
/ec-reporting-svc/rest/v1.0/reportmetadata
Retrieves report details, filter specifications and last 10 generated jobs for a all reports based on the given query parameters. Right: ReportingGet.
Request
Query Parameters
-
mode: string
Mode of the study. Accepts test, active, or training.
-
studyId: string(uuid)
ID of the study for which you want to get the metadata. Metadata for tenant reports such as HSL report etc can be viewed 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
Nested Schema : FieldSpec
Type:
Show Source
object
-
defaultValue: string
-
fieldName: string
-
fieldPreftchUri: string
-
fieldUiCtrlType: string
-
fldId: string
(uuid)
-
fldSeq: integer
(int32)
-
fldUiLabel: string
-
hideInUI: string
Allowed Values:
[ "VISIBLE", "HIDE", "DISABLE", "ADVANCED", "SHOWANDHIDE", "PARSE_PREFETCH_URI" ]
-
idFldName: string
-
mandatoryFldInd: boolean
-
parFldId: string
(uuid)
-
reportSearchSpec: string
-
reportSortSpec: string
-
resultPath: string
-
valFldName: string
400 Response
ID does not exist
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
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.