Skip to content

List Work Requests By Document

Model to consult work requests associated with a specific document.


General information:

Module Category
Work Request Read

Molecule details

Input schema:

Field Type Required Description Default value Examples
description Optional[str] Description of the job application. None -
accounts_email Optional[str] Email of the account associated with the request. None -
accounts_name Optional[str] Name of the account associated with the request. None -
code_item Optional[str] Related item code. None -
date Optional[str] Request creation date. None -
date_incident Optional[str] Date of the reported incident. None -
date_maintenance Optional[str] Scheduled maintenance date. None -
date_solution Optional[str] Application resolution date. None -
date_status Optional[str] Date of last status change. None -
email_requested_by Optional[str] Email of the person requesting the order. None -
geolocation Optional[str] Geolocation associated with the request. None -
id_account Optional[int] Associated account ID. None -
id_code Optional[int] Related code ID. None -
id_company Optional[int] Company ID. None -
id_contacts_log Optional[str] Contact ID in the log. None -
id_group_task Optional[int] Task group ID. None -
id_item Optional[int] ID of the related item. None -
id_item_log Optional[int] ID of the item in the log. None -
id_personnel_log Optional[int] Personnel ID in the log. None -
id_priority Optional[str] ID of the assigned priority. None -
id_requests_x_status Optional[int] ID of the request-state relationship. None -
id_status Optional[int] ID of the current state. None -
id_type Optional[int] ID of the request type. None -
id_type_1 Optional[int] Type 1 ID. None -
id_type_2 Optional[int] Type 2 ID. None -
id_user Optional[int] ID of the associated user. None -
id_work_order Optional[int] ID of the generated work order. None -
identifier Optional[str] Unique identifier of the request. None -
is_urgent Optional[bool] Indicates if the request is urgent. None -
items_description Optional[str] Description of the associated items. None -
observation Optional[str] Additional observations. None -
parent_description Optional[str] Description of the parent element. None -
priorities_description Optional[str] Description of priority. None -
rating Optional[int] Rating assigned to the request. None -
rating_notes Optional[str] Notes on grading. None -
requested_by Optional[str] Name of the person requesting the order. None -
requests_x_key_words_descriptions Optional[str] Associated keyword descriptions. None -
requests_x_key_words_id_key_words Optional[str] Associated keyword IDs. None -
requests_x_status_accounts_name Optional[str] Account name in the application status. None -
requests_x_status_description Optional[str] Description of the request status. None -
requests_x_status_notes Optional[str] Application status notes. None -
status_path_image Optional[str] State image path. None -
types_1_description Optional[str] Description of type 1. None -
types_2_description Optional[str] Description of type 2. None -
types_color Optional[str] Color associated with the type. None -
types_description Optional[str] General description of the type. None -
visible_to_all Optional[bool] Indicates whether the request is visible to everyone. None -
wo_folio Optional[str] Work order folio. None -
item Optional[dict[str, Any]] Detail of the related item. None -
work_order Optional[dict[str, Any]] Detail of the generated work order. None -

Notes:

Use this template to get all work requests linked to a particular document.