Fracttal →

Query task resources

Through this API you can consult the list of resources that were added to a task within a WO.

Filters can be made by: -WO ID (folio) -WO date range. It will be applied for the date of creation of the resource in the TO.

Input parameters

ParametersTypeRequiredDescription
folioTextOptionalWO Id.
sinceTextOptionalInitial date of the query. Format: 'YYYYY-MM-DDTHH:MM:SS-UTC' Example: '2016-07-12T20:00:00-03'. (Default 30 days before)
untilTextOptionalEnd date of the query. Format: 'YYYYY-MM-DDTHH:MM:SS-UTC' Example:'2016-07-12T20:00:00-03'. (Defaults to the current date.
type_dateTextOptionaldate_create': Date of creation of the resource
ot_statusNumberOptionalStatus of WO. 1: In process, 2: Review, 3: Completed, 4: Cancelled
code_locationTextOptionalLocation code, where the asset is located or is part of the asset to which the TO was performed.
typeNumberOptionalType of resource: 1 : Inventory 2 : Human Resources 3 : Services
startIntegerOptionalInitial record number to be displayed by the query. It is used to do the record pagination. It is the number at which the pagination starts. By default it is 0
limitIntegerOptionalFinal record number to be returned by the query.

Output parameters

ParameterTypeDescription
id_work_orders_tasksTextid of the task in the work order
id_resourceTextId within the TO of the associated resource
id_resource_originalTextResource id (id associated with the spare parts, human resources or services catalog)
descriptionTextDescription of the resource
source_descriptionTextSource of the resource
source_codeTextResource source code
typeNumberType of resource 1: Inventory 2: Human Resources 3: Services
type_descriptionTextDescription of the type of resource
qtyNumberQuantity requested
unit_costRealUnit cost
total_costRealTotal cost
qty_deliveredRealQuantity Delivered
real_qty_usedRealActual amount used
initial_dateRealTO start date
final_dateRealTO end date
codeTextResource code
units_descriptionTextDescription of the unit
units_codeTextUnit code
id_status_work_orderNumberWork order status
costs_center_descriptionTextCost center
date_createDateDate on which the resource was added
wo_folioTextWO ID
external_sourceTextDescription of the external source (For when it is a non-catalogued resource)
id_movements_detailsTextId of the movement detail that is associated to this resource (applies only to inventory type resources)

Example:

Request: (GET) https://app.fracttal.com/api/wo_resources/OT-730-2019

{
    "success": true,
    "message": "200",
    "data": [
        {
            "id": "[1910,2]",
            "id_work_orders_tasks": 5375,
            "id_resource": 28,
            "id_resource_original": 15,
            "description": "ELECTRO-MECANICO",
            "id_source": 987,
            "source_description": " ALEXIS ALEJANDRO LARA HERMOSILLA",
            "source_code": "012.479.073-5",
            "id_company": 133,
            "id_task": 2538,
            "type": 2,
            "type_description": "HUMAN_RESOURCES",
            "qty": 1,
            "unit_cost": 15,
            "total_cost": 15,
            "qty_delivered": 1,
            "real_qty_used": 1,
            "initial_date": null,
            "final_date": null,
            "code": "012.479.073-5",
            "units_description": "HOUR",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "H",
            "wo_folio": "OT-730-2019",
            "external_source": ""
        },
        {
            "id": "[1911,2]",
            "id_work_orders_tasks": 5377,
            "id_resource": 59,
            "id_resource_original": 18,
            "description": "ELECTROMECÁNICOS ",
            "id_source": 987,
            "source_description": " ALEXIS ALEJANDRO LARA HERMOSILLA",
            "source_code": "012.479.073-5",
            "id_company": 133,
            "id_task": 2777,
            "type": 2,
            "type_description": "HUMAN_RESOURCES",
            "qty": 1,
            "unit_cost": 2000,
            "total_cost": 2000,
            "qty_delivered": 1,
            "real_qty_used": 1,
            "initial_date": null,
            "final_date": null,
            "code": "012.479.073-5",
            "units_description": "HOUR",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "H",
            "wo_folio": "OT-730-2019",
            "external_source": ""
        },
        {
            "id": "[1912,2]",
            "id_work_orders_tasks": 5379,
            "id_resource": 50,
            "id_resource_original": 21,
            "description": "Tecnico",
            "id_source": 987,
            "source_description": " ALEXIS ALEJANDRO LARA HERMOSILLA",
            "source_code": "012.479.073-5",
            "id_company": 133,
            "id_task": 2583,
            "type": 2,
            "type_description": "HUMAN_RESOURCES",
            "qty": 2,
            "unit_cost": 50000,
            "total_cost": 100000,
            "qty_delivered": 2,
            "real_qty_used": 2,
            "initial_date": null,
            "final_date": null,
            "code": "012.479.073-5",
            "units_description": "HOUR",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "H",
            "wo_folio": "OT-730-2019",
            "external_source": ""
        },
        {
            "id": "[1913,2]",
            "id_work_orders_tasks": 5380,
            "id_resource": 4,
            "id_resource_original": 3,
            "description": "ELECTRONICO",
            "id_source": 987,
            "source_description": " ALEXIS ALEJANDRO LARA HERMOSILLA",
            "source_code": "012.479.073-5",
            "id_company": 133,
            "id_task": 2001,
            "type": 2,
            "type_description": "HUMAN_RESOURCES",
            "qty": 1,
            "unit_cost": 4,
            "total_cost": 4,
            "qty_delivered": 1,
            "real_qty_used": 1,
            "initial_date": null,
            "final_date": null,
            "code": "012.479.073-5",
            "units_description": "HOUR",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "H",
            "wo_folio": "OT-730-2019",
            "external_source": ""
        },
        {
            "id": "[2261,1]",
            "id_work_orders_tasks": 5375,
            "id_resource": 23926,
            "id_resource_original": 120,
            "description": "ACEITE MULTIGRADO ESSO ESSO ",
            "id_source": 53,
            "source_description": "ALMACEN",
            "source_code": "321",
            "id_company": 133,
            "id_task": 2538,
            "type": 1,
            "type_description": "INVENTORY",
            "qty": 1,
            "unit_cost": 0,
            "total_cost": 0,
            "qty_delivered": 0,
            "real_qty_used": 0,
            "initial_date": null,
            "final_date": null,
            "code": "AC0040",
            "units_description": "Maquina",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "1",
            "wo_folio": "OT-730-2019",
            "external_source": null
        },
        {
            "id": "[2262,1]",
            "id_work_orders_tasks": 5377,
            "id_resource": 23872,
            "id_resource_original": 18,
            "description": "CASCO DE PROTECCION { CA-568568 } CA-568568  ",
            "id_source": 53,
            "source_description": "ALMACEN",
            "source_code": "321",
            "id_company": 133,
            "id_task": 2777,
            "type": 1,
            "type_description": "INVENTORY",
            "qty": 1,
            "unit_cost": 66178.9,
            "total_cost": 66178.9,
            "qty_delivered": 0,
            "real_qty_used": 0,
            "initial_date": null,
            "final_date": null,
            "code": "CA-568568",
            "units_description": "PIEZA",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "PZA",
            "wo_folio": "OT-730-2019",
            "external_source": null
        },
        {
            "id": "[2263,1]",
            "id_work_orders_tasks": 5377,
            "id_resource": 23899,
            "id_resource_original": 16,
            "description": "ACEITERA DE 1 LT  AC-2454  ",
            "id_source": 53,
            "source_description": "ALMACEN",
            "source_code": "321",
            "id_company": 133,
            "id_task": 2777,
            "type": 1,
            "type_description": "INVENTORY",
            "qty": 1,
            "unit_cost": 23039.4,
            "total_cost": 23039.4,
            "qty_delivered": 0,
            "real_qty_used": 0,
            "initial_date": null,
            "final_date": null,
            "code": null,
            "units_description": "PIEZA",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "PZA",
            "wo_folio": "OT-730-2019",
            "external_source": null
        },
        {
            "id": "[2264,1]",
            "id_work_orders_tasks": 5378,
            "id_resource": 23899,
            "id_resource_original": 16,
            "description": "ACEITERA DE 1 LT  AC-2454  ",
            "id_source": 53,
            "source_description": "ALMACEN",
            "source_code": "321",
            "id_company": 133,
            "id_task": 2485,
            "type": 1,
            "type_description": "INVENTORY",
            "qty": 1,
            "unit_cost": 23039.4,
            "total_cost": 23039.4,
            "qty_delivered": 0,
            "real_qty_used": 0,
            "initial_date": null,
            "final_date": null,
            "code": null,
            "units_description": "PIEZA",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "PZA",
            "wo_folio": "OT-730-2019",
            "external_source": null
        },
        {
            "id": "[2265,1]",
            "id_work_orders_tasks": 5380,
            "id_resource": 23899,
            "id_resource_original": 16,
            "description": "ACEITERA DE 1 LT  AC-2454  ",
            "id_source": 53,
            "source_description": "ALMACEN",
            "source_code": "321",
            "id_company": 133,
            "id_task": 2001,
            "type": 1,
            "type_description": "INVENTORY",
            "qty": 1,
            "unit_cost": 23039.4,
            "total_cost": 23039.4,
            "qty_delivered": 0,
            "real_qty_used": 0,
            "initial_date": null,
            "final_date": null,
            "code": null,
            "units_description": "PIEZA",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "PZA",
            "wo_folio": "OT-730-2019",
            "external_source": null
        },
        {
            "id": "[625,3]",
            "id_work_orders_tasks": 5375,
            "id_resource": 149,
            "id_resource_original": 3,
            "description": "MANTENIMIENTO CLIMA",
            "id_source": 23,
            "source_description": "CARRIER INTERNATIONAL",
            "source_code": "900.098.654-2",
            "id_company": 133,
            "id_task": 2538,
            "type": 3,
            "type_description": "SERVICES",
            "qty": 1,
            "unit_cost": 53474.3,
            "total_cost": 53474.3,
            "qty_delivered": 1,
            "real_qty_used": 1,
            "initial_date": null,
            "final_date": null,
            "code": "",
            "units_description": "SERVICIO",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "",
            "wo_folio": "OT-730-2019",
            "external_source": null
        },
        {
            "id": "[626,3]",
            "id_work_orders_tasks": 5377,
            "id_resource": 141,
            "id_resource_original": 30,
            "description": "SERVICIO ATENCION",
            "id_source": 104,
            "source_description": "AGENCIAS FEDURO",
            "source_code": "205015",
            "id_company": 133,
            "id_task": 2777,
            "type": 3,
            "type_description": "SERVICES",
            "qty": 1,
            "unit_cost": 50000,
            "total_cost": 50000,
            "qty_delivered": 1,
            "real_qty_used": 1,
            "initial_date": null,
            "final_date": null,
            "code": "",
            "units_description": "UNIDAD",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "",
            "wo_folio": "OT-730-2019",
            "external_source": null
        },
        {
            "id": "[627,3]",
            "id_work_orders_tasks": 5378,
            "id_resource": 152,
            "id_resource_original": 1,
            "description": "CAMBIO DE ACEITE",
            "id_source": 104,
            "source_description": "AGENCIAS FEDURO",
            "source_code": "205015",
            "id_company": 133,
            "id_task": 2485,
            "type": 3,
            "type_description": "SERVICES",
            "qty": 1,
            "unit_cost": 4260.4,
            "total_cost": 4260.4,
            "qty_delivered": 1,
            "real_qty_used": 1,
            "initial_date": null,
            "final_date": null,
            "code": "",
            "units_description": "UNIDAD",
            "is_offline": null,
            "id_status_work_order": 1,
            "id_work_order": 3879,
            "id_account_offline": null,
            "costs_center_description": "",
            "date_create": "2019-04-22T15:21:04.752543+00:00",
            "units_code": "",
            "wo_folio": "OT-730-2019",
            "external_source": null
        }
    ],
    "total": 12
}

Test It

Language