WorkorderInfo

Work order information operations (history, installation part, etc.)


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"

Responses

Code Meaning Description Schema
200 OK History successfully retrieved [HistoryEntry]
default Default Error response BackendException

200 - instance of HistoryEntry

Custom schema example

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[
  {
    "ot": "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
ot 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"

Responses

Code Meaning Description Schema
200 OK Installation part successfully retrieved InstallationPartResponse
default Default Error response BackendException

Endpoints

ResourceOrder

    CalculateInstallation

      WorkorderInfo