V1
get
/ec-dc-svc/rest/v1/studies/{studyId}/{mode}/subjects/randrestricted
Checks whether the randomization limit has been reached (randomization has stopped) and if randomization is restricted (not randomizing) for the study and mode or a particular site.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.Example:
test -
studyId(required): string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
ABCDEF1234567890ABCDEF1234567890
Query Parameters
-
siteId: string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site.Example:
40DB4EF4847849CCB24EFCCB71CDA436
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : RandomizationStatus
Type:
objectStatus indicating whether randomization is restricted or the randomization limit has been reached.
Show Source
-
randomizationLimitReached: boolean
Flag indicating if the randomization limit has been reachedExample:
true -
randomizationRestricted: boolean
Flag indicating if randomization is restrictedExample:
false
Examples
400 Response
Bad request.
Nested Schema : result
Type:
objectNested Schema : details
Type:
object