Passer au contenu principal
GET
JavaScript

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

subscription_id
string
requis

Unique subscription identifier

Paramètres de requête

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)

Plage requise: x >= 0
page_number
integer<int32> | null

Page number (default: 0)

Plage requise: x >= 0

Réponse

Usage history retrieved successfully

items
object[]
requis

List of usage history items

Dernière modification le 1 avril 2026