跳转到主要内容
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日