v17.0 REST Endpoints

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