V3.0

put

/ec-designer-ors-svc/rest/v3.0/studies/{studyId}/versions/{version}/randomizations/{randomId}/strata/bulk

Updates a list of cohort groups associated with a randomization design.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: array
Show Source
Nested Schema : StrataBulkItemV3
Type: object
Bulk strata request and response payload item for the v3 strata APIs.
Show Source
  • factors
    Stratification factors associated with the stratum.
  • Minimum Length: 32
    Maximum Length: 32
    Stratum unique identifier.
  • Minimum Length: 1
    Maximum Length: 64
    Stratum display name.
    Example: Stratum Group 1
  • Minimum Length: 32
    Maximum Length: 32
    Object unique identifier associated with the objectType.
  • Minimum Length: 4
    Maximum Length: 9
    Allowed Values: [ "Code List", "Site", "Country", "Region" ]
    Object type used by adaptive strata. Allowed values: Code List = coded factor source, Site = site-based factor source, Country = country-based factor source, Region = region-based factor source.
    Example: Code List
  • Minimum Length: 32
    Maximum Length: 32
    Parent cohort unique identifier when the stratum belongs to a cohort.
  • Minimum Length: 1
    Maximum Length: 64
    Parent cohort name when the stratum belongs to a cohort.
    Example: Adult Cohort
  • Minimum Length: 10
    Maximum Length: 19
    Allowed Values: [ "Stratified", "Adaptive Stratified" ]
    Randomization type for the stratum. Allowed values: Stratified = standard stratified randomization stratum, Adaptive Stratified = adaptive stratified randomization stratum.
    Example: Stratified
  • Minimum Value: 0
    Weight assigned to the stratum when weighted selection is used.
    Example: 1
Nested Schema : factors
Type: array
Stratification factors associated with the stratum.
Show Source
Example:
[
    {
        "type":"choice",
        "formId":"D1B8327AFAA6412287106192AB5984EF",
        "itemId":"E1B8327AFAA6412287106192AB5984EF",
        "groupName":"Age Group",
        "groupId":"F1B8327AFAA6412287106192AB5984EF",
        "values":[
            "18-40",
            "41-65"
        ],
        "codelistitemIds":[
            "977443BF3EFB43888026788E7F7CCE96",
            "877443BF3EFB43888026788E7F7CCE95"
        ]
    }
]
Nested Schema : StrataBulkFactorV3
Type: object
Stratification factor details used in bulk strata request and response payloads.
Show Source
  • codelistitemIds
    Selected code list item identifiers for a choice-based factor.
  • Minimum Length: 32
    Maximum Length: 32
    Form unique identifier that owns the factor item.
  • Minimum Length: 32
    Maximum Length: 32
    Factor group unique identifier.
  • Minimum Length: 1
    Maximum Length: 64
    Factor group display name.
    Example: Age Group
  • Minimum Length: 32
    Maximum Length: 32
    Form item unique identifier for the factor item.
  • Maximum numeric value for a range-based factor. Negative values are allowed when the linked numeric form item permits them.
    Example: 30
  • Minimum numeric value for a range-based factor. Negative values are allowed when the linked numeric form item permits them.
    Example: 18
  • Minimum Length: 5
    Maximum Length: 6
    Allowed Values: [ "choice", "range" ]
    Factor type. Allowed values: choice = factor based on one or more coded choice values, range = factor based on a numeric range.
    Example: choice
  • values
    Selected display values for a choice-based factor.
Nested Schema : codelistitemIds
Type: array
Selected code list item identifiers for a choice-based factor.
Show Source
Example:
[
    "977443BF3EFB43888026788E7F7CCE96",
    "877443BF3EFB43888026788E7F7CCE95"
]
Nested Schema : values
Type: array
Selected display values for a choice-based factor.
Show Source
Example:
[
    "18-40",
    "41-65"
]
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : StrataBulkItemV3
Type: object
Bulk strata request and response payload item for the v3 strata APIs.
Show Source
  • factors
    Stratification factors associated with the stratum.
  • Minimum Length: 32
    Maximum Length: 32
    Stratum unique identifier.
  • Minimum Length: 1
    Maximum Length: 64
    Stratum display name.
    Example: Stratum Group 1
  • Minimum Length: 32
    Maximum Length: 32
    Object unique identifier associated with the objectType.
  • Minimum Length: 4
    Maximum Length: 9
    Allowed Values: [ "Code List", "Site", "Country", "Region" ]
    Object type used by adaptive strata. Allowed values: Code List = coded factor source, Site = site-based factor source, Country = country-based factor source, Region = region-based factor source.
    Example: Code List
  • Minimum Length: 32
    Maximum Length: 32
    Parent cohort unique identifier when the stratum belongs to a cohort.
  • Minimum Length: 1
    Maximum Length: 64
    Parent cohort name when the stratum belongs to a cohort.
    Example: Adult Cohort
  • Minimum Length: 10
    Maximum Length: 19
    Allowed Values: [ "Stratified", "Adaptive Stratified" ]
    Randomization type for the stratum. Allowed values: Stratified = standard stratified randomization stratum, Adaptive Stratified = adaptive stratified randomization stratum.
    Example: Stratified
  • Minimum Value: 0
    Weight assigned to the stratum when weighted selection is used.
    Example: 1
Nested Schema : factors
Type: array
Stratification factors associated with the stratum.
Show Source
Example:
[
    {
        "type":"choice",
        "formId":"D1B8327AFAA6412287106192AB5984EF",
        "itemId":"E1B8327AFAA6412287106192AB5984EF",
        "groupName":"Age Group",
        "groupId":"F1B8327AFAA6412287106192AB5984EF",
        "values":[
            "18-40",
            "41-65"
        ],
        "codelistitemIds":[
            "977443BF3EFB43888026788E7F7CCE96",
            "877443BF3EFB43888026788E7F7CCE95"
        ]
    }
]
Nested Schema : StrataBulkFactorV3
Type: object
Stratification factor details used in bulk strata request and response payloads.
Show Source
  • codelistitemIds
    Selected code list item identifiers for a choice-based factor.
  • Minimum Length: 32
    Maximum Length: 32
    Form unique identifier that owns the factor item.
  • Minimum Length: 32
    Maximum Length: 32
    Factor group unique identifier.
  • Minimum Length: 1
    Maximum Length: 64
    Factor group display name.
    Example: Age Group
  • Minimum Length: 32
    Maximum Length: 32
    Form item unique identifier for the factor item.
  • Maximum numeric value for a range-based factor. Negative values are allowed when the linked numeric form item permits them.
    Example: 30
  • Minimum numeric value for a range-based factor. Negative values are allowed when the linked numeric form item permits them.
    Example: 18
  • Minimum Length: 5
    Maximum Length: 6
    Allowed Values: [ "choice", "range" ]
    Factor type. Allowed values: choice = factor based on one or more coded choice values, range = factor based on a numeric range.
    Example: choice
  • values
    Selected display values for a choice-based factor.
Nested Schema : codelistitemIds
Type: array
Selected code list item identifiers for a choice-based factor.
Show Source
Example:
[
    "977443BF3EFB43888026788E7F7CCE96",
    "877443BF3EFB43888026788E7F7CCE95"
]
Nested Schema : values
Type: array
Selected display values for a choice-based factor.
Show Source
Example:
[
    "18-40",
    "41-65"
]
Examples

500 Response

Returned when the service cannot update the requested strata for the supplied study version and randomization because of an unexpected server-side failure.
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Examples

Back to Top