Get randomization list
get
/ec-ors-svc/rest/v5.0/studies/{studyId}/{mode}/randlists
Retrieves a randomization list based on the query parameter minimizationList, which can take one of the following values:
Rights: OrsRandListGet and OrsUnblinded.
- 1 = Only MInimization list
- 0 = Non-Minimizationlist
- null =all lists
Rights: OrsRandListGet and OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Query Parameters
-
minimizationLists: string
Integer property for type of rand list.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : RandListTO v1.0
Type:
object
Title:
RandListTO v1.0
Contains randomization list details.
Show Source
-
blockedBy: string
Randomizatyion list blocked by type of RandomizationExample:
none,country,region,site
-
description: string
Description of randomization listExample:
Randomization list with demographic cohort
-
firstAssctdRandDesignSrcId: string
(uuid)
Unique Id for the first associated randomization design.
-
firstAssctdStudyVersion: string
(UUID)
Version of the first associated studyExample:
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
Is randomization cohort basedExample:
n,y
-
isDynamic: string
Is randomization list dynamicExample:
n,y
-
isMinimization: string
Is randomization list for minimization randomization designExample:
n,y
-
isStratified: string
Is randomization list stratifiedExample:
n,y
-
lastAssctdRandDesignSrcId: string
(uuid)
Unique Id for the last associated randomization design.
-
lastAssctdStudyVersion: string
(UUID)
Version 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.
-
versionEnd: string
(date-time)
Version End
-
versionStart: string
(date-time)
Version Start
404 Response
Appears for invalid study ID or invalid study version.
Root Schema : ORSResponse
Type:
object
Common 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:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common 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:
object
Result Object
Nested Schema : details
Type:
object