v1.0 REST Endpoints

Designer/Randomization APIs/v1.0
The operations from the Designer/Randomization APIs/v1.0 category.
[Deprecated]: Create randomization design
Method: post
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/randomizations
[Deprecated]: Delete randomization design
Method: delete
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/randomizations/{randomId}
[Deprecated]: Get a randomization design
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/randomizations/{randomId}
[Deprecated]: Get list of randomization designs in a study version
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/randomizations
[Deprecated]: Update existing randomization design
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/randomizations/{randomId}