calc_rules
List CalcRules
Retrieve a list of CalcRule objects.
You can use query parameters to filter, sort, and paginate the results.
get/billing/org/v1/calc-rules
Query parameters
limitinteger
Number of results to return per page. Maximum is 100.
offsetinteger
The initial index from which to return the results.
Response
Request successful.
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}