List billing groups

GET {{baseUrl}}/billing_groups

Request Params

KeyDatatypeRequiredDescription
limitnumberHow many results to return.
offsetnumberAn integer that designates the offset at which to begin returning results. Defaults to 0.
includestringRequest that the response include the total count by specifying include[]=total_count.
date_createdstringFilter by ISO-8601 date or datetime, e.g. { gt: '2012-01-01', lt: '2012-01-31T12:34:56Z' } where gt is >, lt is <, gte is ≥, and lte is ≤.
date_modifiedstringFilter by ISO-8601 date or datetime, e.g. { gt: '2012-01-01', lt: '2012-01-31T12:34:56Z' } where gt is ›, lt is ‹, gte is ≥, and lte is ≤.
sort_bystringSorts items by ascending or descending dates.