Pular para o conteúdo principal
GET
JavaScript

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

subscription_id
string
obrigatório

Unique subscription identifier

Parâmetros de consulta

start_date
string<date-time> | null

Filter by start date (inclusive)

end_date
string<date-time> | null

Filter by end date (inclusive)

meter_id
string | null

Filter by specific meter ID

page_size
integer<int32> | null

Page size (default: 10, max: 100)

Intervalo obrigatório: x >= 0
page_number
integer<int32> | null

Page number (default: 0)

Intervalo obrigatório: x >= 0

Resposta

Usage history retrieved successfully

items
object[]
obrigatório

List of usage history items

Última modificação em 1 de abril de 2026