Forms REST Endpoints

Metadata/Forms
The forms resource is used to create or update, view, delete a specific form and view a list of forms in the Oracle Field Service application. A form is a screen that is configured using the data elements of the form.
Create or update a form
Method: put
Path: /rest/ofscMetadata/v1/forms/{label}
Delete a form
Method: delete
Path: /rest/ofscMetadata/v1/forms/{label}
Get a list of forms
Method: get
Path: /rest/ofscMetadata/v1/forms
Get form details
Method: get
Path: /rest/ofscMetadata/v1/forms/{label}