Download OpenAPI specification:Download
Description
| ids | Array of strings <= 50 items List of metering point ids. Max 50 |
[- {
- "id": "string",
- "meteringPointId": "string",
- "caseNumber": "string",
- "type": "periodic",
- "status": "unknown",
- "created": "2019-08-24T14:15:22Z",
- "planned": "2019-08-24T14:15:22Z",
- "started": "2019-08-24T14:15:22Z",
- "disconnections": [
- {
- "label": "string",
- "comment": "string"
}
]
}
]Provide request.Id to get next page
| nextPageId | string Null or id of last case from previous response |
| errorCodes | Array of integers <int64> [ items <int64 > ] List of error codes |
| itemsPerPage | integer <int32> [ 1 .. 1000 ] Items per page. Max 1000 |
{- "data": [
- {
- "errors": [
- {
- "code": 0,
- "comment": "string"
}
], - "id": "string",
- "meteringPointId": "string",
- "caseNumber": "string",
- "type": "periodic",
- "status": "unknown",
- "created": "2019-08-24T14:15:22Z",
- "planned": "2019-08-24T14:15:22Z",
- "started": "2019-08-24T14:15:22Z",
- "disconnections": [
- {
- "label": "string",
- "comment": "string"
}
]
}
], - "nextPageId": "string",
- "itemsPerPage": 0
}