Explore the available features to take full advantage of the new help platform!

How to obtain a datasource from a simple report with the verification work done in the work order?

Prev Next
   
  • PT

  • ES


This method allows you to obtain a data source from a simple report with the verification work carried out on a work order, including tasks, verifications and attached images.
To obtain the report's data source, use the following method:
  • GET URL/app/MYTENANT/MYORGANIZATION/maintenance/workOrders/getTaskVerificationReport?workOrderKey=WORKORDERKEY&companyKey=COMPANYKEY
When successfully executed, this method returns the following code: HttpStatusCode.200OK.
Returned 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.
  • Verifications section:
    • Asset key and description;
    • Maintenance plan key and description;
    • Plan tasks key and description;
    • Work order tasks key and description;
    • Verification value and remarques.
  • Attachments section:
    • File name and address of the attachment image.