reports
List report templates
Retrieve a list of available report templates.
Use limit and offset query parameters to paginate results.
get/billing/org/v1/reports/templates
Query parameters
codestring
code__icontainsstring
code__instring[]
Multiple values may be separated by commas.
comment__icontainsstring
description__icontainsstring
idinteger
id__gtinteger
id__ininteger[]
Multiple values may be separated by commas.
id__ltinteger
limitinteger
Number of results to return per page. Maximum is 100.
name_en__icontainsstring
offsetinteger
The initial index from which to return the results.
orderingstring
Which field to use when ordering 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"
}