Get study branch
get
/ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/branches/{branchid}
Retrieves a branch in a study.
Request
Path Parameters
-
branchid(required): string(uuid)
Visit branch identifier
-
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 : VisitBranchDto v1.0
Type:
object
Title:
VisitBranchDto v1.0
Visit Branch details.
Show Source
-
arms: array
arms
Arm Details DTO
-
branchIndex: integer
(int32)
index information of the branch in the tierExample:
10
-
branchTier: integer
(int32)
tier information of the branchExample:
10
-
cycleCount: number
number of times a branch can cycleExample:
10
-
forms: array
forms
Form Details DTO
-
formVisits: array
formVisits
Visit Details DTO
-
id: string
(uuid)
Visit Branch GUID
-
isCycle(required): boolean
determines if the branch is cyclic or acyclicExample:
true
-
shortName(required): string
Minimum Length:
1
Maximum Length:32
Visit Branch shortNameExample:Br2
-
title(required): string
Minimum Length:
1
Maximum Length:64
Visit Branch titleExample:Branch 2
Nested Schema : arms
Type:
array
Arm Details DTO
Show Source
-
Array of:
object From Item Advanced Property v11.0
Title:
From Item Advanced Property v11.0
Form Item Advanced Property
Nested Schema : forms
Type:
array
Form Details DTO
Show Source
-
Array of:
object From Item Advanced Property v11.0
Title:
From Item Advanced Property v11.0
Form Item Advanced Property
Nested Schema : formVisits
Type:
array
Visit Details DTO
Show Source
-
Array of:
object From Item Advanced Property v11.0
Title:
From Item Advanced Property v11.0
Form Item Advanced Property
Nested Schema : From Item Advanced Property v11.0
Type:
object
Title:
From Item Advanced Property v11.0
Form Item Advanced Property
Show Source
-
id: string
(uuid)
Extended Property ID
-
label: string
Rollover study nameExample:
Rollover Study BT-31
-
name(required): string
Minimum Length:
1
Maximum Length:255
Advanced property nameExample:RolloverQuestionStudyId
-
rules: array
rules
-
value(required): string
Minimum Length:
1
Maximum Length:2048
Advanced property value. For example, rollover study UUIDExample:B1B8327AFAA6412287106192AB5984EF
Nested Schema : rules
Type:
Show Source
array
-
Array of:
object From Item Advanced Property Rule v11.0
Title:
From Item Advanced Property Rule v11.0
Form Item Advanced Property Rule
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
-
label: string
For RolloverQuestion property it is an ECDV_CODELISTITEM.VALUEExample:
Yes
-
name: string
nameExample:
RolloverQuestionAnswer
-
value: string
For RolloverQuestion property it is an ECDV_CODELISTITEM.CODELISTITEM_IDExample:
B1B8327AFAA6412287106192AB5984EF
500 Response
Error
Nested Schema : details
Type:
object