Get all active strata in a study

get

/ec-designer-svc/rest/v1.0/studies/{studyId}/strata

Retrieves a list of study strata. You can retrieve this list by study mode.

Request

Path Parameters
Query 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 : StratumDtoV1
Type: object
Show Source
Nested Schema : factors
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Show Source
  • StratumFactorDto v1.0
    Title: StratumFactorDto v1.0
    Discriminator: { "propertyName":"type", "mapping":{ "choice":"#/components/schemas/StratumChoiceFactorDtoV1", "range":"#/components/schemas/StratumRangeFactorDtoV1" } }
    Randomization Stratum Factor Information
Nested Schema : StratumFactorDto v1.0
Type: object
Title: StratumFactorDto v1.0
Discriminator: type

Discriminator Values

Randomization Stratum Factor Information
Show Source
Match One Schema
Show Source
Nested Schema : StratumChoiceFactorDto v1.0
Type: object
Title: StratumChoiceFactorDto v1.0
Stratum Choice Factor Detail Information
Match All
Show Source
Nested Schema : StratumRangeFactorDto v1.0
Type: object
Title: StratumRangeFactorDto v1.0
Stratum Range Factor Detail Information
Match All
Show Source
Nested Schema : StratumChoiceFactorDto v1.0-allOf[1]
Type: object
Show Source
Nested Schema : values
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Show Source
  • Minimum Length: 1
    Maximum Length: 2147483647
    Selected from choice factor's code list choice values
    Example: 1
Nested Schema : StratumRangeFactorDto v1.0-allOf[1]
Type: object
Show Source

500 Response

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