Get all active factors in a study

get

/ec-designer-svc/rest/v2.0/studies/{studyId}/randomizationfactors

Retrieves a list of Study factors. You can retrieve this list by study mode and RandType.

Request

Path Parameters
Query Parameters
  • Study version mode to filter factors.
    Allowed Values: [ "test", "training", "active" ]
  • Rand Algorithim to filter factors.
    Default Value: ALL
    Allowed Values: [ "stratum", "cohort", "minimization", "all" ]

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 : Randomization Factor Details v2.0
Type: object
Title: Randomization Factor Details v2.0
Randomization Factors DTO
Show Source
Nested Schema : RandomizationDetails v4.0
Type: object
Title: RandomizationDetails v4.0
Details of the randomization design.
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.
  • Allowed Values: [ "Blinded", "Unblinded", "invalid" ]
    Type of the randomization design
    Example: Blinded
  • Whether to use re-randomization on the randomization design
    Example: true
  • Minimum Length: 1
    Maximum Length: 64
    Randomization Title
    Example: Rand 001
  • Allowed Values: [ "Randomized", "Mapped", "None", "invalid" ]
    Whether to use randomized or mapped on the randomization design
    Example: Randomized
Nested Schema : RandomizationFactorGroupDto v2.0
Type: object
Title: RandomizationFactorGroupDto v2.0
RandomizationFactorGroupDto Info
Show Source

500 Response

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