v11.0

get

/ec-designer-study-svc/rest/v11.0/studies/{studyId}/versions/{version}/design

Retrieves v11.0 visit design for the requested study version. Compared with v10.0, this version includes nextVisitWithoutCompletion.

Request

Path Parameters
Query Parameters
  • If true, generate light version of the API. Optional.
    Default Value: true
    Example:
    true

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : RespVisitBranchDesignDto
Type: object
Show Source
Nested Schema : branchVisits
Type: array
Branch visit designs.
Show Source
Nested Schema : scheduledVisits
Type: array
Scheduled visit designs.
Show Source
Nested Schema : unscheduledVisits
Type: array
Unscheduled visit designs.
Show Source
Nested Schema : items
Type: array
Branch visit designs.
Show Source
Nested Schema : BranchDesignDto v11.0
Type: object
Title: BranchDesignDto v11.0
Branch design properties.
Show Source
Nested Schema : VisitBranchDto v11.0
Type: object
Title: VisitBranchDto v11.0
Visit branch details.
Show Source
Example:
{
    "id":"B1B8327AFAA6412287106192AB5984EF",
    "title":"Branch 2",
    "shortName":"Br2"
}
Nested Schema : visits
Type: array
The visits in this branch.
Show Source
Nested Schema : arms
Type: array
Arm details.
Show Source
Nested Schema : forms
Type: array
Form details.
Show Source
Nested Schema : formVisits
Type: array
Visit details.
Show Source
Nested Schema : From Item Advanced Property v11.0
Type: object
Title: From Item Advanced Property v11.0
Form Item Advanced Property
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : From Item Advanced Property Rule v11.0
Type: object
Title: From Item Advanced Property Rule v11.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 : VisitDesignDto v11.0
Type: object
Title: VisitDesignDto v11.0
Visit design information.
Show Source
Nested Schema : VisitDesignDispensingDto v11.0
Type: object
Title: VisitDesignDispensingDto v11.0
Visit design dispensing properties.
Show Source
Example:
{
    "count":1,
    "titrationCount":0,
    "deviceCount":0,
    "advancedDispensationCount":0
}
Nested Schema : VisitDesignAssignedFormsDto v11.0
Type: object
Title: VisitDesignAssignedFormsDto v11.0
Visit design assigned forms properties.
Show Source
Example:
{
    "count":2
}
Nested Schema : VisitDesignRandomizationDto v11.0
Type: object
Title: VisitDesignRandomizationDto v11.0
Visit design randomization properties.
Show Source
Example:
{
    "id":"44C8628FB6594912B3214E294A5D4E9F",
    "type":"Blinded"
}
Nested Schema : VisitDesignSchedulingDto v11.0
Type: object
Title: VisitDesignSchedulingDto v11.0
Visit design scheduling properties.
Show Source
Example:
[
    {
        "fromVisitId":"66C8628FB6594912B3214E294A5D4E9F",
        "outOfWindowAlert":"OFF"
    }
]
Nested Schema : VisitDesignStateDto v11.0
Type: object
Title: VisitDesignStateDto v11.0
Visit design state properties.
Show Source
Example:
{
    "dynamic":false,
    "repeating":false,
    "required":true,
    "lastRequired":false,
    "timeLine":1
}
Nested Schema : visits
Type: array
Visit design randomization visit GUIDs.
Show Source
Example:
[
    "55C8628FB6594912B3214E294A5D4E9F"
]
Nested Schema : Delay
Type: object
Visit design scheduling before-delay window
Show Source
Examples

204 Response

Successful operation.
Body ()
Root Schema : RespVisitBranchDesignDto
Type: object
Show Source
Nested Schema : branchVisits
Type: array
Branch visit designs.
Show Source
Nested Schema : scheduledVisits
Type: array
Scheduled visit designs.
Show Source
Nested Schema : unscheduledVisits
Type: array
Unscheduled visit designs.
Show Source
Nested Schema : items
Type: array
Branch visit designs.
Show Source
Nested Schema : BranchDesignDto v11.0
Type: object
Title: BranchDesignDto v11.0
Branch design properties.
Show Source
Nested Schema : VisitBranchDto v11.0
Type: object
Title: VisitBranchDto v11.0
Visit branch details.
Show Source
Example:
{
    "id":"B1B8327AFAA6412287106192AB5984EF",
    "title":"Branch 2",
    "shortName":"Br2"
}
Nested Schema : visits
Type: array
The visits in this branch.
Show Source
Nested Schema : arms
Type: array
Arm details.
Show Source
Nested Schema : forms
Type: array
Form details.
Show Source
Nested Schema : formVisits
Type: array
Visit details.
Show Source
Nested Schema : From Item Advanced Property v11.0
Type: object
Title: From Item Advanced Property v11.0
Form Item Advanced Property
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : From Item Advanced Property Rule v11.0
Type: object
Title: From Item Advanced Property Rule v11.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 : VisitDesignDto v11.0
Type: object
Title: VisitDesignDto v11.0
Visit design information.
Show Source
Nested Schema : VisitDesignDispensingDto v11.0
Type: object
Title: VisitDesignDispensingDto v11.0
Visit design dispensing properties.
Show Source
Example:
{
    "count":1,
    "titrationCount":0,
    "deviceCount":0,
    "advancedDispensationCount":0
}
Nested Schema : VisitDesignAssignedFormsDto v11.0
Type: object
Title: VisitDesignAssignedFormsDto v11.0
Visit design assigned forms properties.
Show Source
Example:
{
    "count":2
}
Nested Schema : VisitDesignRandomizationDto v11.0
Type: object
Title: VisitDesignRandomizationDto v11.0
Visit design randomization properties.
Show Source
Example:
{
    "id":"44C8628FB6594912B3214E294A5D4E9F",
    "type":"Blinded"
}
Nested Schema : VisitDesignSchedulingDto v11.0
Type: object
Title: VisitDesignSchedulingDto v11.0
Visit design scheduling properties.
Show Source
Example:
[
    {
        "fromVisitId":"66C8628FB6594912B3214E294A5D4E9F",
        "outOfWindowAlert":"OFF"
    }
]
Nested Schema : VisitDesignStateDto v11.0
Type: object
Title: VisitDesignStateDto v11.0
Visit design state properties.
Show Source
Example:
{
    "dynamic":false,
    "repeating":false,
    "required":true,
    "lastRequired":false,
    "timeLine":1
}
Nested Schema : visits
Type: array
Visit design randomization visit GUIDs.
Show Source
Example:
[
    "55C8628FB6594912B3214E294A5D4E9F"
]
Nested Schema : Delay
Type: object
Visit design scheduling before-delay window
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