Download OpenAPI specification:
The MyPage API provides access to cases related to plants identified by a metering point ID. It requires an access token with the `my_page` scope for authentication.
Retrieves a list of cases where the target is a plant associated with the specified metering point ID.
| meteringPointId required | string |
[- {
- "caseNumber": "string",
- "type": "string",
- "status": "unknown",
- "created": "2019-08-24T14:15:22Z",
- "planned": "2019-08-24T14:15:22Z",
- "started": "2019-08-24T14:15:22Z",
- "deadLineDate": "2019-08-24T14:15:22Z",
- "teft": 0,
- "teftText": "string",
- "generalComment": "string",
- "locations": [
- {
- "name": "string",
- "remarks": [
- "string"
], - "faults": [
- {
- "comment": "string",
- "status": "open",
- "errorCode": 0,
- "errorDescription": "string",
- "isDisconnection": true,
- "elCompanyName": "string"
}
]
}
]
}
]