v18.0 REST Endpoints
Designer/Forms APIs/v18.0
The operations from the Designer/Forms APIs/v18.0 category.
- Add form in a study version
- Method: postPath:
/ec-designer-edc-svc/rest/v18.0/studies/{studyId}/versions/{version}/forms
- Delete a specific form
- Method: deletePath:
/ec-designer-edc-svc/rest/v18.0/studies/{studyId}/versions/{version}/forms/{formId}
- Get a specific unblinded form
- Method: getPath:
/ec-designer-edc-svc/rest/v18.0/studies/{studyId}/versions/{version}/forms/unblinded/{formId}
- Get unblinded forms
- Method: getPath:
/ec-designer-edc-svc/rest/v18.0/studies/{studyId}/versions/{version}/forms/unblinded
- Update a specific form
- Method: putPath:
/ec-designer-edc-svc/rest/v18.0/studies/{studyId}/versions/{version}/forms/{formId}