[Deprecated]: Get list of randomization designs in a study version

get

/ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/randomizations

Deprecated: Use latest version instead. Retrieves a list of all randomization designs for a study version.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : RandomizationDto v1.0
Type: object
Title: RandomizationDto v1.0
Randomization Design Info
Show Source
Nested Schema : arms
Type: array
Show Source
Nested Schema : RandomizationDetails v1.0
Type: object
Title: RandomizationDetails v1.0
Randomization Details DTO
Show Source
  • Allowed Values: [ "NONE", "CENTRAL", "CENTRAL_STRATIFIED", "SITE_BLOCKED_FIXED", "SITE_BLOCKED_FIXED_STRATIFIED", "SITE_BLOCKED_DYNAMIC", "SITE_BLOCKED_DYNAMIC_STRATIFIED", "COUNTRY_BLOCKED_FIXED", "COUNTRY_BLOCKED_FIXED_STRATIFIED", "COUNTRY_BLOCKED_DYNAMIC", "COUNTRY_BLOCKED_DYNAMIC_STRATIFIED", "REGION_BLOCKED_FIXED", "REGION_BLOCKED_FIXED_STRATIFIED", "REGION_BLOCKED_DYNAMIC", "REGION_BLOCKED_DYNAMIC_STRATIFIED", "MINIMIZATION" ]
    The algorithm of the randomization design
    Example: Central
  • Allowed Values: [ "NoCohort", "Adaptive", "Demography", "invalid" ]
    The cohort type of the randomization design
    Example: None
  • Minimum Length: 0
    Maximum Length: 4000
    Randomization Design Description
    Example: Method to assign study participants to a treatment group.
  • Minimum Length: 1
    Maximum Length: 64
    Randomization Title
    Example: Rand 001
Nested Schema : RandomizationSettings v1.0
Type: object
Title: RandomizationSettings v1.0
Randomization Settings DTO
Show Source
Nested Schema : visits
Type: array
Show Source
Nested Schema : RandomizationArm v1.0
Type: object
Title: RandomizationArm v1.0
Randomization Treatment Arm Ratio
Show Source
Nested Schema : RandomizationVisit v1.0
Type: object
Title: RandomizationVisit v1.0
Randomization Visit
Show Source

500 Response

Error
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Back to Top