v2.0 REST Endpoints

Designer/Branch APIs/v2.0
The operations from the Designer/Branch APIs/v2.0 category.
Add a branch
Method: post
Path: /ec-designer-svc/rest/v2.0/studies/{studyId}/versions/{version}/branches
Copy a branch
Method: post
Path: /ec-designer-svc/rest/v2.0/studies/{studyId}/versions/{version}/branches/{branchid}/copyBranch
Delete a branch
Method: delete
Path: /ec-designer-svc/rest/v2.0/studies/{studyId}/versions/{version}/branches/{branchid}
Get a list of study branches
Method: get
Path: /ec-designer-svc/rest/v2.0/studies/{studyId}/versions/{version}/branches
Get study branch
Method: get
Path: /ec-designer-svc/rest/v2.0/studies/{studyId}/versions/{version}/branches/{branchid}
Update a branch
Method: put
Path: /ec-designer-svc/rest/v2.0/studies/{studyId}/versions/{version}/branches/{branchid}