v1.0
get
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/sdvGroup
Retrieves either the latest or the audit records for Source Data Verification (SDV) group.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.Example:
active -
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
1BC29B36F5D64B1B95F4BDBBCEA481BE
Query Parameters
-
active: boolean
Is Active records required: true/false.Example:
true -
audit: boolean
Is Audit Data required: true/false.Example:
false -
limit: integer(int32)
Minimum Value:
0Maximum number of records to display per page.Example:25 -
offset: integer(int32)
Minimum Value:
0An 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.Example:0 -
order: string
Order in which the response records will be returned It can be : asc or desc.Example:
asc -
sdvGroupId: string
ID of the Source Data Verification (SDV) group. The format is UUID, 32-character uppercase hexadecimal string.Example:
1BC29B36F5D64B1B95F4BDBBCEA481BE
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
array-
Array of:
object SDVGroupInfoDTOv20
Represents Source Data Verification (SDV) group information including audit and versioning details.
Nested Schema : SDVGroupInfoDTOv20
Type:
objectRepresents Source Data Verification (SDV) group information including audit and versioning details.
Show Source
-
attributeKey: string
Minimum Length:
0Maximum Length:255Key for a configurable attribute associated with this SDV group. Values may be REMAINING_SUBJECTS_PERCENTAGE, REMAINING_SUBJECTS_SDV_TYPE, INITIAL_SUBJECTS_SDV_TYPE, INITIAL_SUBJECTS_COUNT.Example:INITIAL_SUBJECTS_COUNT -
attributeValue: string
Minimum Length:
0Maximum Length:2048Value for a configurable attribute associated with this SDV group. The acceptable values are - All Questions, Critical Questions Only or it can be a number like 30.Example:50 -
comment: string
Minimum Length:
0Maximum Length:2048CommentExample:Configured for screening visits -
id: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) for the SDV group info record.Example:
1BC29B36F5D64B1B95F4BDBBCEA481BE -
objectVersionNumber: number
Object version number used for concurrency control.Example:
1 -
operationType: string
Operation type on the record, can have values CREATED, MODIFIED or REMOVEDExample:
CREATED -
reason: string
Minimum Length:
0Maximum Length:255ReasonExample:Initial SDV strategy creation -
sdvGroupId: string
ID of the Source Data Verification (SDV) group. The format is UUID, 32-character uppercase hexadecimal string.Example:
1BC29B36F5D64B1B95F4BDBBCEA481BE -
sdvGroupName: string
Minimum Length:
0Maximum Length:255Human readable name of the SDV group.Example:Screening Group -
softwareVersionNumber: number
Software version number used when the record was generated.Example:
30 -
userId: string
Unique Identifier (UUID, 32-character uppercase hexadecimal string) of the userExample:
9F86D081884C7D659A2FEAA0C55AD015 -
versionEnd: string
(date-time)
The end date until which the data is applicable or valid.Example:
2023-06-01T09:00:00Z -
versionStart: string
(date-time)
The timestamp marking the beginning of the validity period for this record version within the system.Example:
2023-01-01T09:00:00Z
Examples
400 Response
Bad request.
Root Schema : RestResponse
Type:
Show Source
object-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
-
status: string
-
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: object
details
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
-
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type:
objectNested Schema : details
Type:
objectDetailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId