메인 콘텐츠로 건너뛰기
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일