How to retrieve a FORM FIELD (attribute) value using API
Summary:
How to get a FORM field/attribute data/value through API call!
Content (required):
We are looking for a way to retrieve a Form Field/Attribute data (example-date entered); using below API Call:
REST API for Oracle Field Service
However, we are getting only below response only, which does not contains the required attribute value:
{
"label": "DatetimePicker",
"name": "DatetimePicker",
"content": "{\"formatVersion\":\"1.1\",\"submit\":{\"visibility\":{\"readWrite\":true},\"defaultVisibility\":\"ReadWrite\"},\"items\":[{\"type\":\"section\",\"defaultVisibility\":\"readWrite\",\"items\":[{\"type\":\"field\",\"dataBinding\":\"formField\",\"label\":\"form_element#1\",\"gui\":\"datetimepicker\",\"name\":{\"en\":\"DateTime\"},\"defaultVisibility\":\"readWrite\"}]}]}",