[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
-
mode(required): string
Mode of the study. Accepts test, active, or training.
-
reportName(required): string
Name of the report to generate: DC_SUBJECT_EVENTS, DC_SUBJECT_DATA, DC_SUBJECT_DATA_OPTION3,DC_SUBJECT_SETTINGS,DC_VISIT_SETTINGS,DC_PROJECTEDVISITDATE.
-
studyId(required): string
ID of the study for which you want to generate a report.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
fieldSpecsList: array
fieldSpecsList
-
limit: integer
(int32)
Minimum Value:
1
Maximum Value:10000
-
offset: integer
(int32)
Minimum Value:
0
Maximum Value:2147483647
Nested Schema : FieldSet
Type:
Show Source
object
-
fieldName: string
Minimum Length:
0
Maximum Length:255
-
fieldNameList: array
fieldNameList
-
fieldSequence: integer
(int32)
Minimum Value:
0
-
fieldType(required): string
Minimum Length:
0
Maximum Length:50
-
fieldValueList: array
fieldValueList
-
fieldValueSets: array
fieldValueSets
Nested Schema : items
Type:
object
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : PaginatedResponseDto
Type:
object
Paginated Response Object for report APIs.
Show Source
-
columns: array
columns
-
count: integer
(int32)
Total count of result
-
data: array
data
-
hasMore: string
Attribute describes if result set has more recordsExample:
true
-
limit: integer
(int32)
Maximum number of records to display per page.
-
offset: integer
(int32)
An order number to specify with which object you want to start retrieving result. If provided, you also need to specify a value for the limit parameter. Offset is affected by the value of the order parameterExample:
400
-
totalResults: integer
(int32)
Total number of entities in response
400 Response
Invalid request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
401 Response
User not authorized to generate the report.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
500 Response
Internal server error.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object