v1.0 REST Endpoints

Designer/Versions APIs/v1.0
The operations from the Designer/Versions APIs/v1.0 category.
Add study version
Method: post
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions
Delete study version
Method: delete
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}
Get list of study versions
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions
Get version of a study
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}
Remove duplicate study version
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/revert
Set status of study version
Method: post
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/status/{state}
Update status of study version
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/status/{state}
Update status of study version asynchronously
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/status/{state}/async
Update study version's title
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}