List Work Orders Shared URL By Document
View the shared URL of work orders and their associated tasks.
General information:
| Module | Category |
|---|---|
Work Order |
Read |
Molecule details
Input schema:
| Field | Type | Required | Description | Default value | Examples |
|---|---|---|---|---|---|
wo_folio |
Optional[str] | ❌ | Folio of the OT. | None |
- |
creation_date |
Optional[str] | ❌ | Creation date. | None |
- |
created_by |
Optional[str] | ❌ | Created by. | None |
- |
personnel_description |
Optional[str] | ❌ | Staff description. | None |
- |
id_status_work_order |
Optional[int] | ❌ | OT status ID. | None |
- |
shared_wo_url |
Optional[str] | ❌ | OT shared URL. | None |
- |
id_company |
Optional[int] | ❌ | Company ID. | None |
- |
work_order_tasks |
Optional[dict] | ❌ | Object with detailed information on the OT tasks. | None |
- |
Notes:
This model includes a nested object work_order_tasks with complete information about the tasks associated with the OT.