List billing groups
GET {{baseUrl}}/billing_groups
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | How many results to return. | |
offset | number | An integer that designates the offset at which to begin returning results. Defaults to 0. | |
include | string | Request that the response include the total count by specifying include[]=total_count. | |
date_created | string | Filter 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_modified | string | Filter 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_by | string | Sorts items by ascending or descending dates. |