[Deprecated]: Generate report for a subject's data and events

post

/ec-dc-svc/rest/v1.0/studies/{studyId}/{mode}/report/{reportName}

Deprecated: Generates a report for the subject's data and events and to calculate projected dispensation date DC_PROJECTEDVISITDATE. Rights: DataCaptureSubjectGet and SubjectDataClassificationGet. API has been deprecated and moved to DIS (Data Integration Service), Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/report/{reportName}

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : fieldSpecsList
Type: array
Show Source
Nested Schema : FieldSet
Type: object
Show Source
Nested Schema : fieldNameList
Type: array
Show Source
Nested Schema : fieldValueList
Type: array
Show Source
Nested Schema : fieldValueSets
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : PaginatedResponseDto
Type: object
Paginated Response Object for report APIs.
Show Source
Nested Schema : columns
Type: array
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : items
Type: array
Show Source

400 Response

Invalid request.
Body ()
Root Schema : DcsResponse
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 generate the report.
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object

500 Response

Internal server error.
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top