listBillingCounts
GET /v5/user/billing/counts
GET
/v5/user/billing/counts
List user billing transaction counts for last 12 months
Responses
200
A Counts response
object
posted
Array<object>
object
day
integer format: int32
fuzzyDate
integer format: int32
month
integer format: int32
total
integer format: int64
year
integer format: int32
Example
{ "day": 1, "fuzzyDate": 1, "month": 1, "total": 1, "year": 1} trashed
Array<object>
object
day
integer format: int32
fuzzyDate
integer format: int32
month
integer format: int32
total
integer format: int64
year
integer format: int32
Example
{ "day": 1, "fuzzyDate": 1, "month": 1, "total": 1, "year": 1}Example
{ "posted": [ { "day": 1, "fuzzyDate": 1, "month": 1, "total": 1, "year": 1 } ], "trashed": [ { "day": 1, "fuzzyDate": 1, "month": 1, "total": 1, "year": 1 } ]}