V1
get
/ec-dc-svc/rest/v1/studies/{studyId}/{mode}/subjects/selectionStatus/{siteId}
Retrieves the SDV subject selection status for the provided site. Returns current and previous selection information for all subjects under the site.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.Example:
test -
siteId(required): string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site.Example:
FEDCBA1234567890FEDCBA1234567890 -
studyId(required): string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
ABCDEF1234567890ABCDEF1234567890
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
List of SDV subjects for the given siteId with their selection status and previous subject number.
Root Schema : SubjectSDVDtoList
Type:
objectList of SDV subject selection objects with the previously selected subject number.
Show Source
-
prevSelectedSubjectNumber: string
Previously selected subject number for reference.Example:
SUBJ-0001 -
subjectsList: array
subjectsList
List of SDV subject objects returned as selection status result.
Nested Schema : subjectsList
Type:
arrayList of SDV subject objects returned as selection status result.
Show Source
-
Array of:
object SubjectSDVDto
Basic SDV subject selection information.
Nested Schema : SubjectSDVDto
Type:
objectBasic SDV subject selection information.
Show Source
-
id: string
Unique identifier for the SDV subject (UUID, 32-character uppercase hexadecimal string)Example:
22223333444455556666777788889999 -
sdvSelectionStatus: string
Source data verification selection status for the subject it can be NOT_SELECTED, INITIALCOUNT_SELECTED, POST_INITIALCOUNT_SELECTED.Example:
NOT_SELECTED -
siteId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site.Example:
FEDCBA1234567890FEDCBA1234567890 -
studyId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
ABCDEF1234567890ABCDEF1234567890 -
subjectNumber(required): string
Minimum Length:
0Maximum Length:500Unique subject Number representing the patient/participant enrolled in the study.Example:SUBJ-0204
Examples
400 Response
Bad request.
Root Schema : DcsResponse
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