Query the url of shared WOs

Through this API you can query the public URL of a particular TO.

This functionality is part of the Share TOs Add-on.

Input parameters

Parameter

Type

Required

Description

folio

Text

Yes

WO Id.

Output parameters

Note: All dates returned by Fracttal web services are in UTC-0.

Parameter

Type

Description

wo_folio

Text

TO ID

creation_date

Text

Date of creation of the TO

created_by

Text

Work Order Generator Name

personnel_description

Text

Responsible for the TO

id_status_work_order

Number

TO status

shared_wo_url

Text

TO public URL

Example:

Request: (GET)https://app.fracttal.com/api/work_orders_shared_url/OT-1693

{
    "success": true,
    "message": "200",
    "data": [
        {
            "wo_folio": "OT-1693",
            "creation_date": "2021-05-10T19:21:42.687171+00:00",
            "created_by": "Laura Marcela Peña Jaramillo",
            "personnel_description": "Fracttal SPA",
            "id_status_work_order": 1,
            "shared_wo_url": "https://sharedwo.fracttal.com/?69:9d1fd93d-0f56-48d0-89c6-50205079ce75",
            "id_company": 69
        }
    ],
    "total": 1
}

Test It

Language