Tariff
Consumption
Returns a paginated list of consumption of a tariff in hourly periods. The list is sorted in the way that the latest records are shown first.
GET
/
v1.0.0
/
tariffs
/
{tariffId}
/
consumption
Authorizations
X-API-KEY
string
headerrequiredApiKey used for authorization and authentication
Path Parameters
tariffId
string
requiredTariff ID
Query Parameters
page
integer
Zero-based page index (0..N)
Required range:
x > 0
size
integer
The size of the page to be returned. Default value is 100. Maximum value is 2000.
Required range:
1 < x < 2000
Response
200 - application/json
totalPages
integer
requiredTotal number of pages.
content
object[]
requiredElements in the page. If there is no elements the list will be empty.
totalElements
integer
requiredTotal number of elements.