Get randomization design list
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/randlistdesigns
Retrieves a randomization design list. Rights: OrsRandListGet, OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
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 : schema
Type:
Show Source
array
-
Array of:
object RndListDesignList
Title:
RndListDesignList
Contains randomization list design details.
Nested Schema : RndListDesignList
Type:
object
Title:
RndListDesignList
Contains randomization list design details.
Show Source
-
randDesigns: array
randDesigns
-
randListId: string
(uuid)
Unique ID for randomization list.
-
randListName: string
Randomization list nameExample:
UPL_RL191_V1001
-
randomizationSeed: number
(double)
Seed number.Example:
5
-
useSequenceNumber: boolean
Sequence number.Example:
false
Nested Schema : randDesigns
Type:
Show Source
array
-
Array of:
object RndListDesign
Title:
RndListDesign
Contains Randomization design detail.
Nested Schema : RndListDesign
Type:
object
Title:
RndListDesign
Contains Randomization design detail.
Show Source
-
randDesignName: string
Randomizatyion design nameExample:
UPL_RL191_V1001
-
randDesignSrcId: string
(uuid)
Unique Id for randomization design.
-
studyVersion: string
Version of the studyExample:
1.0.0.1
404 Response
For invalid study ID or 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