[Deprecated]: V7.0

get

/ec-designer-svc/rest/v7.0/studies/{studyId}/studyDesign

Deprecated: Use latest version instead. Retrieves all the visits, forms and questionnaires in a study ID in one or more study versions and by mode.

Request

Path Parameters
Query Parameters
  • Study mode filter. Allowed values: design (draft design data), test (testing data), training (training data), active (approved production data), all (all modes). Optional.
    Default Value: test
    Allowed Values: [ "test", "active" ]
    Example:
    test

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 : StudyDesignDto v7.0
Type: object
Title: StudyDesignDto v7.0
Information about whole study design for subject .
Show Source
Nested Schema : FormDto v15.0
Type: object
Title: FormDto v15.0
A form definition returned for a study version.
Show Source
Example:
{
    "id":"B1B8327AFAA6412287106192AB5984EF",
    "title":"Demographics",
    "refname":"DM",
    "repeat":false,
    "dynamic":0,
    "formType":"STANDARD_FORM",
    "items":[
        {
            "id":"C2C8327AFAA6412287106192AB5984EF",
            "questionType":"text",
            "questionLabel":"Date of birth",
            "refname":"DOB_01",
            "required":true,
            "sequence":1
        }
    ]
}
Nested Schema : FormSummaryDto v1.0
Type: object
Title: FormSummaryDto v1.0
Summary information for a study form returned by the V1.0 query forms API.
Show Source
Example:
{
    "id":"2F9A6C7E1B8F4D56A23C9F3A0C7D4E11",
    "refname":"DEMOGRAPHICS",
    "title":"Demographics",
    "items":[
        {
            "id":"9F4A6C7E1B8F4D56A23C9F3A0C7D4E77",
            "refname":"AGE",
            "questionType":"numeric",
            "questionLabel":"Age"
        }
    ]
}
Nested Schema : StudyVersionVisitDto v7.0
Type: object
Title: StudyVersionVisitDto v7.0
Information about a visit in a study version.
Show Source
Nested Schema : StudyVisitScheduleWithFormIdsDto v7.0
Type: object
Title: StudyVisitScheduleWithFormIdsDto v7.0
Information about visit schedule and visit forms id .
Show Source
Nested Schema : assignedVisits
Type: array
branch cycle information describing the visits on which the forms are displayed
Show Source
Nested Schema : items
Type: array
Show Source
  • FormItemDto v15.0
    Title: FormItemDto v15.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtov15", "numeric":"#/components/schemas/FormNumberItemDtov15", "measurement":"#/components/schemas/FormNumberItemDtov15", "text":"#/components/schemas/FormTextItemDtov15", "choice":"#/components/schemas/FormChoiceItemDtov15", "questionGroup":"#/components/schemas/FormQuestionGroupItemDtov15", "table":"#/components/schemas/FormTableItemDtov15", "label":"#/components/schemas/FormLabelItemDto" } }
    Form Item Information
Nested Schema : linkFrom
Type: array
linked from forms
Show Source
Nested Schema : showFrom
Type: array
show dynamic parent from forms of same visit
Show Source
Nested Schema : FormCopySourceDto v15.0
Type: object
Title: FormCopySourceDto v15.0
Form Copy Source Information
Show Source
Nested Schema : From Item Advanced Property With Parent v15.0
Type: object
Title: From Item Advanced Property With Parent v15.0
Form Item Advanced Property with Parent Info
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : From Item Advanced Property Rule v15.0
Type: object
Title: From Item Advanced Property Rule v15.0
Form Item Advanced Property Rule
Show Source
  • For RolloverQuestion property it is an ECDV_CODELISTITEM.VALUE
    Example: Yes
  • name
    Example: RolloverQuestionAnswer
  • For RolloverQuestion property it is an ECDV_CODELISTITEM.CODELISTITEM_ID
    Example: B1B8327AFAA6412287106192AB5984EF
Nested Schema : FormItemDto v15.0
Type: object
Title: FormItemDto v15.0
Discriminator: questionType

Discriminator Values

Form Item Information
Show Source
Match One Schema
Show Source
Nested Schema : advancedProps
Type: array
Show Source
Nested Schema : dataClassificationIds
Type: array
Show Source
Nested Schema : FormNumberItemDto v15.0
Type: object
Title: FormNumberItemDto v15.0
Form Number Item Details Information
Match All
Form Number Item Details Information
Form Number Item Details Information
Show Source
  • FormItemDto v15.0
    Title: FormItemDto v15.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtov15", "numeric":"#/components/schemas/FormNumberItemDtov15", "measurement":"#/components/schemas/FormNumberItemDtov15", "text":"#/components/schemas/FormTextItemDtov15", "choice":"#/components/schemas/FormChoiceItemDtov15", "questionGroup":"#/components/schemas/FormQuestionGroupItemDtov15", "table":"#/components/schemas/FormTableItemDtov15", "label":"#/components/schemas/FormLabelItemDto" } }
    Form Item Information
  • FormNumberItemDto v15.0-allOf[1]
Nested Schema : FormChoiceItemDto v15.0
Type: object
Title: FormChoiceItemDto v15.0
Form Choice Item Details Information
Match All
Form Choice Item Details Information
Form Choice Item Details Information
Show Source
  • FormItemDto v15.0
    Title: FormItemDto v15.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtov15", "numeric":"#/components/schemas/FormNumberItemDtov15", "measurement":"#/components/schemas/FormNumberItemDtov15", "text":"#/components/schemas/FormTextItemDtov15", "choice":"#/components/schemas/FormChoiceItemDtov15", "questionGroup":"#/components/schemas/FormQuestionGroupItemDtov15", "table":"#/components/schemas/FormTableItemDtov15", "label":"#/components/schemas/FormLabelItemDto" } }
    Form Item Information
  • FormChoiceItemDto v15.0-allOf[1]
Nested Schema : FormTextItemDto v15.0
Type: object
Title: FormTextItemDto v15.0
Form text Item Details Information
Match All
Form text Item Details Information
Form text Item Details Information
Show Source
  • FormItemDto v15.0
    Title: FormItemDto v15.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtov15", "numeric":"#/components/schemas/FormNumberItemDtov15", "measurement":"#/components/schemas/FormNumberItemDtov15", "text":"#/components/schemas/FormTextItemDtov15", "choice":"#/components/schemas/FormChoiceItemDtov15", "questionGroup":"#/components/schemas/FormQuestionGroupItemDtov15", "table":"#/components/schemas/FormTableItemDtov15", "label":"#/components/schemas/FormLabelItemDto" } }
    Form Item Information
  • FormTextItemDto v15.0-allOf[1]
Nested Schema : FormDatetimeItemDto v15.0
Type: object
Title: FormDatetimeItemDto v15.0
Form DateTime Item Details Information
Match All
Form DateTime Item Details Information
Form DateTime Item Details Information
Show Source
  • FormItemDto v15.0
    Title: FormItemDto v15.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtov15", "numeric":"#/components/schemas/FormNumberItemDtov15", "measurement":"#/components/schemas/FormNumberItemDtov15", "text":"#/components/schemas/FormTextItemDtov15", "choice":"#/components/schemas/FormChoiceItemDtov15", "questionGroup":"#/components/schemas/FormQuestionGroupItemDtov15", "table":"#/components/schemas/FormTableItemDtov15", "label":"#/components/schemas/FormLabelItemDto" } }
    Form Item Information
  • FormDatetimeItemDto v15.0-allOf[1]
Nested Schema : FormQuestionGroupItemDto v15.0
Type: object
Title: FormQuestionGroupItemDto v15.0
Form Question Group Item Details Information
Match All
Form Question Group Item Details Information
Show Source
  • FormItemDto v15.0
    Title: FormItemDto v15.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtov15", "numeric":"#/components/schemas/FormNumberItemDtov15", "measurement":"#/components/schemas/FormNumberItemDtov15", "text":"#/components/schemas/FormTextItemDtov15", "choice":"#/components/schemas/FormChoiceItemDtov15", "questionGroup":"#/components/schemas/FormQuestionGroupItemDtov15", "table":"#/components/schemas/FormTableItemDtov15", "label":"#/components/schemas/FormLabelItemDto" } }
    Form Item Information
Nested Schema : FormTableItemDto v15.0
Type: object
Title: FormTableItemDto v15.0
Form table Item Details Information
Match All
Form table Item Details Information
Form table Item Details Information
Show Source
  • FormItemDto v15.0
    Title: FormItemDto v15.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtov15", "numeric":"#/components/schemas/FormNumberItemDtov15", "measurement":"#/components/schemas/FormNumberItemDtov15", "text":"#/components/schemas/FormTextItemDtov15", "choice":"#/components/schemas/FormChoiceItemDtov15", "questionGroup":"#/components/schemas/FormQuestionGroupItemDtov15", "table":"#/components/schemas/FormTableItemDtov15", "label":"#/components/schemas/FormLabelItemDto" } }
    Form Item Information
  • FormTableItemDto v15.0-allOf[1]
Nested Schema : FormLabelItemDto
Type: object
Match All
Show Source
  • FormItemDto v16.0
    Title: FormItemDto v16.0
    Discriminator: { "propertyName":"questionType", "mapping":{ "datetime":"#/components/schemas/FormDatetimeItemDtov16", "numeric":"#/components/schemas/FormNumberItemDtov16", "measurement":"#/components/schemas/FormNumberItemDtov16", "text":"#/components/schemas/FormTextItemDtov16", "choice":"#/components/schemas/FormChoiceItemDtov16", "questionGroup":"#/components/schemas/FormQuestionGroupItemDtov16", "table":"#/components/schemas/FormTableItemDtov16", "label":"#/components/schemas/FormLabelItemDto" } }
    Form Item Information
  • FormLabelItemDto-allOf[1]
Nested Schema : From Item Advanced Property v15.0
Type: object
Title: From Item Advanced Property v15.0
Form Item Advanced Property
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : FormNumberItemDto v15.0-allOf[1]
Type: object
Show Source
Nested Schema : FormChoiceItemDto v15.0-allOf[1]
Type: object
Show Source
Nested Schema : advancedProps
Type: array
Show Source
Nested Schema : options
Type: array
Show Source
Nested Schema : FormOptionDto v15.0
Type: object
Title: FormOptionDto v15.0
Form choice item option details
Show Source
  • Codelist code for a one specific choice.
    Example: 1
  • Minimum Length: 1
    Maximum Length: 4000
    Codelist description for a one specific choice.
    Example: 1
  • Codelist value for a one specific choice.
    Example: 1
  • Minimum Length: 1
    Maximum Length: 4000
    Form choice selectbox label for a one specific choice.
    Example: Female
  • Minimum Length: 1
    Maximum Length: 4000
    Form choice selectbox value for a one specific choice.
    Example: 1
Nested Schema : FormTextItemDto v15.0-allOf[1]
Type: object
Show Source
Nested Schema : FormDatetimeItemDto v15.0-allOf[1]
Type: object
Show Source
Nested Schema : FormTableItemDto v15.0-allOf[1]
Type: object
Show Source
Nested Schema : FormItemDto v16.0
Type: object
Title: FormItemDto v16.0
Discriminator: questionType

Discriminator Values

Form Item Information
Show Source
Match One Schema
Show Source
Nested Schema : FormLabelItemDto-allOf[1]
Type: object
Show Source
Nested Schema : advancedProps
Type: array
Show Source
Nested Schema : options
Type: array
Show Source
Nested Schema : From Item Advanced Property With Parent v16.0
Type: object
Title: From Item Advanced Property With Parent v16.0
Form Item Advanced Property with Parent Info
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : From Item Advanced Property Rule v16.0
Type: object
Title: From Item Advanced Property Rule v16.0
Form Item Advanced Property Rule
Show Source
  • For RolloverQuestion property it is an ECDV_CODELISTITEM.VALUE
    Example: Yes
  • name
    Example: RolloverQuestionAnswer
  • For RolloverQuestion property it is an ECDV_CODELISTITEM.CODELISTITEM_ID
    Example: B1B8327AFAA6412287106192AB5984EF
Nested Schema : FormOptionDto v16.0
Type: object
Title: FormOptionDto v16.0
Form choice item option details
Show Source
  • Codelist code for a one specific choice.
    Example: 1
  • Minimum Length: 1
    Maximum Length: 4000
    Codelist description for a one specific choice.
    Example: 1
  • Codelist value for a one specific choice.
    Example: 1
  • Minimum Length: 1
    Maximum Length: 4000
    Form choice selectbox label for a one specific choice.
    Example: Female
  • Minimum Length: 1
    Maximum Length: 4000
    Form choice selectbox value for a one specific choice.
    Example: 1
Nested Schema : FormLinkFromDto v15.0
Type: object
Title: FormLinkFromDto v15.0
Linked From Form Details
Show Source
Nested Schema : items
Type: array
Form items
Show Source
Nested Schema : parentAssignedVisits
Type: array
Parent Assigned Visits
Show Source
Nested Schema : items
Type: array
Form item summaries.
Show Source
Example:
[
    {
        "id":"9F4A6C7E1B8F4D56A23C9F3A0C7D4E77",
        "refname":"AGE",
        "questionType":"numeric",
        "questionLabel":"Age"
    }
]
Nested Schema : FormItemSummaryDto v1.0
Type: object
Title: FormItemSummaryDto v1.0
Summary information for a form item returned by the V1.0 query forms API.
Show Source
  • Form item ID. UUID, 32-character uppercase hexadecimal string.
  • Display label for the question.
    Example: Age
  • Title: FormItemType
    Allowed Values: [ "text", "instructionalText", "numeric", "datetime", "choice", "questionGroup", "table", "label", "section", "existingData", "fileUpload" ]
    Question type for the form item.
    Example: numeric
  • Reference name for the form item.
    Example: AGE
  • Title: Sub item ids
    IDs of sub-items for a question group. Each ID is a UUID, 32-character uppercase hexadecimal string.
Example:
{
    "id":"9F4A6C7E1B8F4D56A23C9F3A0C7D4E77",
    "refname":"AGE",
    "questionType":"numeric",
    "questionLabel":"Age"
}
Nested Schema : formIds
Type: array
List of visit forms IDs
Show Source
Example:
[
    "938D23FA6B7241CCA41BD627E5DB60DA",
    "699EF3745FC545589F186D2198F3C65E"
]
Nested Schema : StudyVisitScheduleDto v7.0
Type: object
Title: StudyVisitScheduleDto v7.0
Study visit schedule details.
Show Source
Examples

500 Response

Returned when the request cannot be completed due to validation failure, authorization failure, or an unexpected server-side condition.
Body ()
Root Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Example:
{
    "field":"studyId",
    "reason":"Invalid value"
}
Back to Top