メインコンテンツへスキップ
GET
JavaScript

承認

Authorization
string
header
必須

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

パスパラメータ

subscription_id
string
必須

Unique subscription identifier

クエリパラメータ

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)

必須範囲: x >= 0
page_number
integer<int32> | null

Page number (default: 0)

必須範囲: x >= 0

レスポンス

Usage history retrieved successfully

items
object[]
必須

List of usage history items

最終更新日 2026年4月1日