API Reference
Log In
API Reference

List Period Charges (keyset/cursor)

Canonical keyset-paginated list of period charges for an organization. Returns up to size items in _embedded.periodChargeResourceList plus an opaque cursor (top-level, null on the last page) and a hasMore flag — no totalElements, no totalPages. Pass the previous response's cursor back as the cursor query param to fetch the next page. Replaces the prior offset/PagedModel contract and the deprecated /period-charges/cursor sibling. Optional invoiceId scopes to a single invoice; optional startDate/endDate filter on the created timestamp.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Unique identifier of the team (organization) to list period charges for. Format: Revenium hashid (URL-safe encoded string).

string

Optional invoice identifier to filter period charges. Format: Revenium hashid (URL-safe encoded string).

string

Inclusive lower bound for the created timestamp in ISO 8601 format. Must be paired with endDate.

string

Inclusive upper bound for the created timestamp in ISO 8601 format. Must be paired with startDate.

string

Opaque cursor from the previous response's top-level cursor. Omit for the first page.

int32
Defaults to 50

Page size. Clamped to [1, 200].

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/hal+json
*/*