Get randomization list by ID
get
/ec-ors-svc/rest/v5.0/studies/{studyId}/{mode}/randlists/{rndlistid}
Retrieves randomization list by ID. This API version returns useSequenceNumber to identify whether a given randomization list has a sequence number or not.
Rights: OrsRandListGet and OrsUnblinded.
Rights: OrsRandListGet and OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
rndlistid(required): string
ID of the randomization list
-
studyId(required): string(uuid)
ID of the study
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : RandListTO v5.0
Type:
object
Title:
RandListTO v5.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.
-
useSequenceNumber: string
Does Randomisation List has Sequence NumberExample:
n,y
-
versionEnd: string
(date-time)
Version End
-
versionStart: string
(date-time)
Version Start
404 Response
Appears for invalid study ID, invalid study version or if a randomization list isn't found.
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