[Deprecated]: Get study design visits
get
/ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/design
Deprecated: Use latest version instead. Retrieves list of visits in a study's design.
Request
Path Parameters
-
studyId(required): string(uuid)
Study ID. Example: F054C951EB74443C93716CA714AB686E
-
version(required): string
Study version. Example: "1.0.0.1"
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object VisitDesignDto v1.0
Title:
VisitDesignDto v1.0
Visit Design Information
Nested Schema : VisitDesignDto v1.0
Type:
object
Title:
VisitDesignDto v1.0
Visit Design Information
Show Source
-
dispensings: object
VisitDesignDispensingDto v1.0
Title:
VisitDesignDispensingDto v1.0
Visit design dispensings. -
eventType: string
Visit Design event typeExample:
ScreeningVisit
-
forms: object
VisitDesignAssignedFormsDto v1.0
Title:
VisitDesignAssignedFormsDto v1.0
Visit design assigned forms. -
id: string
(uuid)
Visit Design unique GUID
-
randomization: object
VisitDesignRandomizationDto v1.0
Title:
VisitDesignRandomizationDto v1.0
Visit design randomization. -
scheduling: object
VisitDesignSchedulingDto v1.0
Title:
VisitDesignSchedulingDto v1.0
Visit design scheduling. -
shortName: string
Visit Design short nameExample:
Week1
-
state: object
VisitDesignStateDto v1.0
Title:
VisitDesignStateDto v1.0
Visit design state. -
title: string
Visit design titleExample:
Week1
Nested Schema : VisitDesignDispensingDto v1.0
Type:
object
Title:
VisitDesignDispensingDto v1.0
Visit design dispensings.
Show Source
-
count: integer
(int32)
Visit Design dispensing countExample:
1
Nested Schema : VisitDesignAssignedFormsDto v1.0
Type:
object
Title:
VisitDesignAssignedFormsDto v1.0
Visit design assigned forms.
Show Source
-
count: integer
(int32)
Count of the forms assigned to the visitExample:
1
Nested Schema : VisitDesignRandomizationDto v1.0
Type:
object
Title:
VisitDesignRandomizationDto v1.0
Visit design randomization.
Show Source
-
algorithm: string
Visit Design allow randomization algorithm typeExample:
Central
-
id: string
(uuid)
Visit Design randomization unique GUID
-
treatmentArms: string
Visit Design allow randomization treatment arms to be remappedExample:
9872E220DD074DD3B463143DAAA684DC:,9872E220DD074DD3B463143DAAA684DC:
-
type: string
Visit Design randomization typeExample:
Blinded
-
visits: array
visits
Nested Schema : VisitDesignSchedulingDto v1.0
Type:
object
Title:
VisitDesignSchedulingDto v1.0
Visit design scheduling.
Show Source
-
afterDelayWindow: object
Delay v1.0
Title:
Delay v1.0
Schedule delay in days/hours. -
beforeDelayWindow: object
Delay v1.0
Title:
Delay v1.0
Schedule delay in days/hours. -
delay: object
Delay v1.0
Title:
Delay v1.0
Schedule delay in days/hours. -
fromVisitId: string
(uuid)
Visit Design : scheduled from visit GUID
Nested Schema : VisitDesignStateDto v1.0
Type:
object
Title:
VisitDesignStateDto v1.0
Visit design state.
Show Source
-
dynamic: boolean
Yes - if Visit Design dynamic state.Example:
false
-
lastRequired: boolean
Yes - if Visit Design is last required state.Example:
false
-
repeating: boolean
Yes - if Visit Design is repeating state.Example:
false
-
required: boolean
Yes - if Visit Design is required state.Example:
true
Nested Schema : visits
Type:
Show Source
array
-
Array of:
string(uuid)
Visit Design randomization visit GUID's
204 Response
Successful operation.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object VisitDesignDto v1.0
Title:
VisitDesignDto v1.0
Visit Design Information
Nested Schema : VisitDesignDto v1.0
Type:
object
Title:
VisitDesignDto v1.0
Visit Design Information
Show Source
-
dispensings: object
VisitDesignDispensingDto v1.0
Title:
VisitDesignDispensingDto v1.0
Visit design dispensings. -
eventType: string
Visit Design event typeExample:
ScreeningVisit
-
forms: object
VisitDesignAssignedFormsDto v1.0
Title:
VisitDesignAssignedFormsDto v1.0
Visit design assigned forms. -
id: string
(uuid)
Visit Design unique GUID
-
randomization: object
VisitDesignRandomizationDto v1.0
Title:
VisitDesignRandomizationDto v1.0
Visit design randomization. -
scheduling: object
VisitDesignSchedulingDto v1.0
Title:
VisitDesignSchedulingDto v1.0
Visit design scheduling. -
shortName: string
Visit Design short nameExample:
Week1
-
state: object
VisitDesignStateDto v1.0
Title:
VisitDesignStateDto v1.0
Visit design state. -
title: string
Visit design titleExample:
Week1
Nested Schema : VisitDesignDispensingDto v1.0
Type:
object
Title:
VisitDesignDispensingDto v1.0
Visit design dispensings.
Show Source
-
count: integer
(int32)
Visit Design dispensing countExample:
1
Nested Schema : VisitDesignAssignedFormsDto v1.0
Type:
object
Title:
VisitDesignAssignedFormsDto v1.0
Visit design assigned forms.
Show Source
-
count: integer
(int32)
Count of the forms assigned to the visitExample:
1
Nested Schema : VisitDesignRandomizationDto v1.0
Type:
object
Title:
VisitDesignRandomizationDto v1.0
Visit design randomization.
Show Source
-
algorithm: string
Visit Design allow randomization algorithm typeExample:
Central
-
id: string
(uuid)
Visit Design randomization unique GUID
-
treatmentArms: string
Visit Design allow randomization treatment arms to be remappedExample:
9872E220DD074DD3B463143DAAA684DC:,9872E220DD074DD3B463143DAAA684DC:
-
type: string
Visit Design randomization typeExample:
Blinded
-
visits: array
visits
Nested Schema : VisitDesignSchedulingDto v1.0
Type:
object
Title:
VisitDesignSchedulingDto v1.0
Visit design scheduling.
Show Source
-
afterDelayWindow: object
Delay v1.0
Title:
Delay v1.0
Schedule delay in days/hours. -
beforeDelayWindow: object
Delay v1.0
Title:
Delay v1.0
Schedule delay in days/hours. -
delay: object
Delay v1.0
Title:
Delay v1.0
Schedule delay in days/hours. -
fromVisitId: string
(uuid)
Visit Design : scheduled from visit GUID
Nested Schema : VisitDesignStateDto v1.0
Type:
object
Title:
VisitDesignStateDto v1.0
Visit design state.
Show Source
-
dynamic: boolean
Yes - if Visit Design dynamic state.Example:
false
-
lastRequired: boolean
Yes - if Visit Design is last required state.Example:
false
-
repeating: boolean
Yes - if Visit Design is repeating state.Example:
false
-
required: boolean
Yes - if Visit Design is required state.Example:
true
Nested Schema : visits
Type:
Show Source
array
-
Array of:
string(uuid)
Visit Design randomization visit GUID's
500 Response
Error
Nested Schema : details
Type:
object