[Deprecated]: Get list questions used in stratified randomization

get

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

Deprecated: Use latest version instead. Retrieves all questions used in stratified randomization designs in a specific 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
  • FormItemDto v1.0
    Title: FormItemDto v1.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtoV1", "numeric":"#/components/schemas/FormNumberItemDtoV1", "measurement":"#/components/schemas/FormNumberItemDtoV1", "text":"#/components/schemas/FormTextItemDtoV1", "choice":"#/components/schemas/FormChoiceItemDtoV1" } }
    Form Item Information
Nested Schema : FormItemDto v1.0
Type: object
Title: FormItemDto v1.0
Discriminator: questionType

Discriminator Values

Form Item Information
Show Source
Match One Schema
Show Source
Nested Schema : FormNumberItemDto v1.0
Type: object
Title: FormNumberItemDto v1.0
Form Number Item Details Information
Match All
Show Source
  • FormItemDto v1.0
    Title: FormItemDto v1.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtoV1", "numeric":"#/components/schemas/FormNumberItemDtoV1", "measurement":"#/components/schemas/FormNumberItemDtoV1", "text":"#/components/schemas/FormTextItemDtoV1", "choice":"#/components/schemas/FormChoiceItemDtoV1" } }
    Form Item Information
  • FormNumberItemDto v1.0-allOf[1]
Nested Schema : FormChoiceItemDto v1.0
Type: object
Title: FormChoiceItemDto v1.0
Form Choice Item Details Information
Match All
Show Source
  • FormItemDto v1.0
    Title: FormItemDto v1.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtoV1", "numeric":"#/components/schemas/FormNumberItemDtoV1", "measurement":"#/components/schemas/FormNumberItemDtoV1", "text":"#/components/schemas/FormTextItemDtoV1", "choice":"#/components/schemas/FormChoiceItemDtoV1" } }
    Form Item Information
  • FormChoiceItemDto v1.0-allOf[1]
Nested Schema : FormTextItemDto v1.0
Type: object
Title: FormTextItemDto v1.0
Form text Item Details Information
Match All
Show Source
  • FormItemDto v1.0
    Title: FormItemDto v1.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtoV1", "numeric":"#/components/schemas/FormNumberItemDtoV1", "measurement":"#/components/schemas/FormNumberItemDtoV1", "text":"#/components/schemas/FormTextItemDtoV1", "choice":"#/components/schemas/FormChoiceItemDtoV1" } }
    Form Item Information
  • FormTextItemDto v1.0-allOf[1]
Nested Schema : FormDatetimeItemDto v1.0
Type: object
Title: FormDatetimeItemDto v1.0
Form DateTime Item Details Information
Match All
Show Source
  • FormItemDto v1.0
    Title: FormItemDto v1.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtoV1", "numeric":"#/components/schemas/FormNumberItemDtoV1", "measurement":"#/components/schemas/FormNumberItemDtoV1", "text":"#/components/schemas/FormTextItemDtoV1", "choice":"#/components/schemas/FormChoiceItemDtoV1" } }
    Form Item Information
  • FormDatetimeItemDto v1.0-allOf[1]
Nested Schema : FormNumberItemDto v1.0-allOf[1]
Type: object
Show Source
Nested Schema : FormChoiceItemDto v1.0-allOf[1]
Type: object
Show Source
Nested Schema : options
Type: array
Show Source
Nested Schema : FormOptionDto v1.0
Type: object
Title: FormOptionDto v1.0
Form choice item option details
Show Source
  • Minimum Length: 1
    Maximum Length: 4000
    Form choice selectbox label for a one specific choice.
    Example: Female
  • Minimum Length: 1
    Maximum Length: 4000
    Pattern: [a-zA-Z0-9]+
    Form choice selectbox value for a one specific choice.
    Example: 1
Nested Schema : FormTextItemDto v1.0-allOf[1]
Type: object
Show Source
Nested Schema : FormDatetimeItemDto v1.0-allOf[1]
Type: object
Show Source
  • Pattern: YYYY|MON-YYYY|DD-MON-YYYY|DD-MON-YYYY HH:MM
    Date time format
    Example: DD-MON-YYYY

500 Response

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