v11.0 REST Endpoints

Designer/Forms APIs/v11.0
The operations from the Designer/Forms APIs/v11.0 category.
Add form in a study version
Method: post
Path: /ec-designer-svc/rest/v11.0/studies/{studyId}/versions/{version}/forms
Delete a specific form
Method: delete
Path: /ec-designer-svc/rest/v11.0/studies/{studyId}/versions/{version}/forms/{formId}
Get a specific form
Method: get
Path: /ec-designer-svc/rest/v11.0/studies/{studyId}/versions/{version}/forms/{formId}
Get a specific unblinded form
Method: get
Path: /ec-designer-svc/rest/v11.0/studies/{studyId}/versions/{version}/forms/unblinded/{formId}
Get list of forms in a study
Method: get
Path: /ec-designer-svc/rest/v11.0/studies/{studyId}/versions/{version}/forms
Get list questions used in stratified randomization
Method: get
Path: /ec-designer-svc/rest/v11.0/studies/{studyId}/versions/{version}/forms/randomizationfactors
Get unblinded forms
Method: get
Path: /ec-designer-svc/rest/v11.0/studies/{studyId}/versions/{version}/forms/unblinded
Update a specific form
Method: put
Path: /ec-designer-svc/rest/v11.0/studies/{studyId}/versions/{version}/forms/{formId}