Chuyển đến nội dung chính
GET
JavaScript

Ủy quyền

Authorization
string
header
bắt buộc

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

Tham số đường dẫn

subscription_id
string
bắt buộc

Unique subscription identifier

Tham số truy vấn

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)

Phạm vi bắt buộc: x >= 0
page_number
integer<int32> | null

Page number (default: 0)

Phạm vi bắt buộc: x >= 0

Phản hồi

Usage history retrieved successfully

items
object[]
bắt buộc

List of usage history items

Lần sửa đổi cuối 1 tháng 4, 2026