[Deprecated]: v3.0
get
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/randlists
Deprecated: Retrieves a randomization list. Rights: OrsRandListGet and OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Indicates the operational mode of the study. Accepted values: active, test, or training.Example:
test -
studyId(required): string(uuid)
Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
1BC29B36F5D64B1B95F4BDBBCEA481BE
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : RandListTO v6.0
Type:
objectTitle:
RandListTO v6.0Contains randomization list details.
Show Source
-
blockedBy: string
Randomization list blocked by type of randomizationExample:
none,country,region,site -
cohortType: string
Title:
Cohort TypeCohort type for the randomization list.Example:Adaptive -
description: string
Description of randomization listExample:
Randomization list with demographic cohort -
firstAssctdRandDesignSrcId: string
(uuid)
Title:
First Associated Randomization Design IDUnique Id for the first associated randomization design.Example:b1b8327a-faa6-4122-8710-6192ab5984ef -
firstAssctdStudyVersion: string
Title:
First Associated Study VersionVersion of the first associated study.Example:1.0.1 -
inUse: string
Is randomization list is in useExample:
n,y -
isBlocked: string
Is randomization list for blocked algorithmExample:
n,y -
isCohortBased: string
Indicates whether the randomization is cohort based.Example:
y -
isDynamic: string
Is randomization list dynamicExample:
n,y -
isMinimization: string
Title:
Minimization ListIs randomization list for minimization randomization designExample:n,y -
isStratified: string
Is randomization list stratifiedExample:
n,y -
lastAssctdRandDesignSrcId: string
(uuid)
Title:
Last Associated Randomization Design IDUnique Id for the last associated randomization design. -
lastAssctdStudyVersion: string
(UUID)
Title:
Last Associated Study VersionVersion of the last associated studyExample:1.0.1 -
name: string
Name of randomization listExample:
UPL_RL191_V1001 -
randListId: string
(uuid)
Unique ID for randomization list.
-
useSequenceNumber: string
Indicates whether the randomization list includes a sequence number.Example:
y -
versionEnd: string
(date-time)
The end date until which the data is applicable or valid.Example:
2025-01-02T08:00:00Z -
versionStart: string
(date-time)
The timestamp marking the beginning of the validity period for this record version within the system.Example:
2025-01-01T12:34:56Z
Examples
404 Response
Appears for invalid study ID or invalid study version.
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
objectExamples
500 Response
Internal server error
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
objectExamples