Downtime_GetClassificationList (Get)
- Last UpdatedNov 13, 2025
- 1 minute read
| Get | Downtime_GetClassificationList |
Resource Path:/api/v1/downtime/GetClassificationList
| Name | Description | Data Type |
|---|---|---|
| location | Required. The reporting point location that maps to the application folder location. | string |
| causeLocation | The cause location. | string |
| cause | 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/GetClassificationList?Location=ACME.Rocky%20Mine.Mining.ROM.Downtime&Cause%20Location=ACME.Rocky%20Mine.Mining.ROM.Electrical%20Services.MCCs.MC041%20-%20ROM%20Stockpile%20MCC&Cause=E-Stop'Response
[
{
"Id": "1005",
"Value": "Operational"
},
{
"Id": "1008",
"Value": "Unscheduled Electrical"
}
]