Downtime_GetCauseList (Get)
- Last UpdatedNov 13, 2025
- 1 minute read
| Get | Downtime_GetCauseList |
Resource Path:/api/v1/downtime/GetCauseList
| Name | Description | Data Type |
|---|---|---|
| location | The reporting point location that maps to the application folder location. | string |
| causeLocation | The cause location. | string |
| classification | The classification of the cause. | string |
| effect | The effect of a cause. | string |
The response body is of type Array[LookupListValue].
Request
GET 'https://localhost:9003/api/v1/downtime/getcauselist?Location=ACME.Rocky%20Mine.Train%20Loadout.Downtime&Cause%20Location=ACME.Rocky%20Mine.Train%20Loadout&Classification=Operational'Response
[
{
"Id": "100020",
"Value": "Coal Hanging up in Wagons"
},
{
"Id": "100029",
"Value": "Crew Change"
},
{
"Id": "100030",
"Value": "Crib Break"
},
{
"Id": "100036",
"Value": "Dressing Stockpile"
},
{
"Id": "100039",
"Value": "E-Stop"
},
{
"Id": "100049",
"Value": "Incidental or Accidental Stop"
},
{
"Id": "100078",
"Value": "Sequence or Citect Issue"
},
{
"Id": "100082",
"Value": "Slow Loading"
},
{
"Id": "100089",
"Value": "Train Delay - External"
},
{
"Id": "100095",
"Value": "Wagon Overload"
}
]