Estis Compression - Feature Request: I am submitting a featAdd workOrderDescription field in the GET /api2/WorkOrders endpoint
Use Case: "We have personnel in the field that put text data in either the notes section or the work description section and I am not seeing any of the work description groups data from the API calls. I am able see all the text data from the group that puts the data in the notes section using the API calls. I am trying to avoid requesting the field personnel to change their process for the ones that are putting in good information.
The "Work Description" field (Details panel on the right side of a work order) is not coming back in the GET /api2/WorkOrders response. I can see it in the ManagerPlus UI and it shows up as workOrderDescription in your internal CoreServer reporting API. It's also already listed as a writable field in the WorkOrderRequest (POST) schema in your docs, so it looks like it just got left out of the GET response.
Here's an example:
Work Order #112282 — Asset 1758 (3306B NA/JGQ-2-WOLF)
Work Description in UI: "Unit was going down on lube no flow, found broken DNFT spring"
Same field via GET /api2/WorkOrders/{key}: not returned