Valuekeep WorkWork Management
WorkWork Management
Work Management
Back | List of Articles

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

Last changed in 05/05/2025
This article applies to:
PT
ES
AO
CV
MZ
ST
GW

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.
Bookmark or share this article
Esta página foi útil?
Obrigado pelo seu voto.
Related Articles
How to create a work order? How to change the state transition dates of a work order? How to add maintenance plans to the work order? What is the Valuekeep Planner? How to assign technicians to the work order?