Query billable items

Returns a list of billable items matching specified query. Billable items are sorted in descending order by billableItemId. This can be changed with the optional direction and orderBy parameters.

Query Params
string

Use RSQL query language. Intro here: https://aboullaite.me/rsql/.

pageable
object
required
integer
Defaults to 0

Zero-based page index (0..n). Default is 0.

integer
Defaults to 100

Size of the page to be returned. Max page size allowed is 100, default is 100.

sort
array of strings
Defaults to billableItemId

A list of one or more sorting criteria each in the format 'property(,asc|desc)' with direction being case-insensitive.
If sorting direction is not provided, default direction is 'desc'.
Default sorting criteria: 'billableItemId'.

sort
Responses

Language
Credentials
OAuth2
Choose an example:
application/json