Downtime_GetEffectList (Get)
- Last UpdatedNov 13, 2025
- 1 minute read
| Get | Downtime_GetEffectList |
Resource Path:/api/v1/downtime/GetEffectList
| Name | Description | Data Type |
|---|---|---|
| location | 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/GetEffectList?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&Classification=Operational'Response
[
{
"Id": "E16725",
"Value": "No profit"
}
]