Generate a report based on the path parameter
post
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/report/{reportName}
Generates the following reports: DC_SUBJECT_VISIT, DC_SUBJECT_DATA, DC_SUBJECT_EVENTS, DC_SUBJECT_SETTINGS, DC_STUDY_SETTINGS, DC_SDV_SETTINGS, DC_SDV_STRATEGIES, DC_VISIT_SETTINGS, DC_GENERAL_SETTINGS, DC_ENROLLMENT_SETTINGS, DC_SCREEN_RAND_LIMIT_COUNTRY, DC_VISIT_SETTINGS_REPORT, DC_CUSTOM_ENROLLMENT_SETTINGS, DC_SITE_SETTINGS, DC_COUNTRY_SETTINGS, DC_GENERAL_SETTINGS_AUDIT, DC_COUNTRY_SETTINGS_AUDIT, SUBJECT_DATA_CTMS, DC_SUBJECT_DATA_EXTRACT, DC_SIGNATURE_CONFIGS_REPORT and DC_SIGNATURE_CONFIGS. Rights: DataCaptureSubjectGet or SubjectDataCTMSReportPost or SubjectDataClassificationGet.
Request
Path Parameters
-
reportName(required): string
Name of the report to generate. Reports include: DC_SUBJECT_EVENTS, DC_SUBJECT_DATA, DC_SUBJECT_DATA_OPTION3, DC_SUBJECT_SETTINGS, DC_VISIT_SETTINGS, DC_SIGNATURE_CONFIGS_REPORT and DC_SIGNATURE_CONFIGS.
Query Parameters
-
fileType: string
File type for data extract
-
sessionToken: string(uuid)
Token to identify the session.
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
Success
Root Schema : schema
Type:
Show Source
array
-
Array of:
object PaginatedResponseDto
Paginated Response Object for report APIs.
Nested 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
Bad request.
Root Schema : RestResponse
Type:
Show Source
object
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
-
status: string
-
version: integer
(int32)
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.