This method allows you to obtain a datasource from a simple report with the verification work carried out on a work order, including tasks, verifications and attached images.
The method to use is as follows: GET URL/app/MYTENANT/MYORGANIZATION/maintenance/workOrders/getTaskVerificationReport?workOrderKey=WORKORDERKEY&companyKey=COMPANYKEY
When successfully executed, this method returns the code HttpStatusCode.200OK.
Returns the following information:
- Header:
- Company logo (if defined);
- Work Order key and description;
- Asset key and description;
- Customer key and description;
- Description of the Work Order type;
- Workshop description;
- SLA start date;
- Work Order status description;
- Name of the responsible for the Work Order;
- SLA end date;
- Work Order remarks.
- Detail Verifications:
- Asset key and description;
- Maintenance plan key and description;
- Plan tasks key and description;
- Work Order tasks key and description;
- Verification value and remarques.
- Detail Attachments:
- File name and address of the Attachment image.