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: putPath:
/rest/ofscMetadata/v1/forms/{label} - Delete a form
- Method: deletePath:
/rest/ofscMetadata/v1/forms/{label} - Get a list of forms
- Method: getPath:
/rest/ofscMetadata/v1/forms - Get form details
- Method: getPath:
/rest/ofscMetadata/v1/forms/{label}