Get local source settings for a Subject ID
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/subjects/{externalSubjectId}/locally-sourced-kits
Retrieves locally sourced kits settings for a Subject ID.
Request
Path Parameters
-
externalSubjectId(required): string(uuid)
Unique subject identifier (UUID, 32-character uppercase hexadecimal string) representing the patient/participant enrolled in the study.
-
mode(required): string
Mode of the study, accepts: test, active, or training.
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
Query Parameters
-
instanceNumber: string
Instance number for unscheduled visit.
-
visitId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) of the visit
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
204 Response
Successful operation
Root Schema : ListResponseFactory
Type:
object500 Response
Internal server error
Root Schema : ListResponseFactory
Type:
object