WorkorderInfo
Work order information operations (history, installation part, etc.)
Get work order history
keyboard_arrow_down
Returns the complete history of a work order combining installation and appointment events, sorted chronologically.
GET
/orgs/{org}/workOrderInfo/{id}/history
Parameters
Name
In
Type
Required
Description
org
path
string
true
tenant name
id
path
string
true
a id of Resource Order
Request example
1
2
3
4
5
curl -X GET https://installations.sta.masstack.com/v1/orgs/masmovil/workOrderInfo/MYSIM_XXXX/history \
-H "Accept: application/json" \
-H "Authorization: API_KEY"
Custom schema example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{
"workOrderId" : "WD_12168414" ,
"state" : "Completed" ,
"fullState" : "INSTALACIÓN COMPLETADA" ,
"tenant" : "orange" ,
"timestamp" : "2026-02-26T14:00:00Z" ,
"resourceCharacteristics" : {
"id" : "65146468" ,
"state" : "Completed" ,
"technology" : "FTTH"
},
"completionDate" : "2026-02-26T14:00:00Z"
}
]
Name
Type
Required
Description
workOrderId
string
false
none
state
string
false
none
fullState
string
false
none
tenant
string
false
none
timestamp
string(date-time)
false
none
resourceCharacteristics
object
false
none
completionDate
string(date-time)
false
none
appointment
object
false
none
Parameters
Name
In
Type
Required
Description
org
path
string
true
tenant name
id
path
string
true
a id of Resource Order
Request example
1
2
3
4
5
curl -X GET https://installations.sta.masstack.com/v1/orgs/masmovil/workOrderInfo/MYSIM_XXXX/installationPart \
-H "Accept: application/json" \
-H "Authorization: API_KEY"
Parameters
Name
In
Type
Required
Description
org
path
string
true
tenant name
id
path
string
true
a id of Resource Order
Request example
1
2
3
4
5
curl -X GET https://installations.sta.masstack.com/v1/orgs/masmovil/workOrderInfo/MYSIM_XXXX/notes \
-H "Accept: application/json" \
-H "Authorization: API_KEY"