v1
latestOpenAPI 3.1.02026-07-26580123.9 KBCompany invoices
Get a list of your company's invoices
get/{companyDomain}/companies/invoices
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
Query parameters
pageinteger required
The page of invoices you would like to view
pageSizeinteger required
The number of records to return per page (max 100)
querystring
Add search terms here to filter results
orderBystring
Sort the results by particular properties
orderByDescendingstring
Sort the results by particular properties in descending order
isPendingboolean
Do you want to show invoices with the status 'pending'; true or false
isPaidboolean
Do you want to show invoices with the status 'paid'; true or false
isUnpaidstring
Do you want to show invoices with the status 'unpaid'; true or false
isPaidOfflineboolean
Do you want to show invoices with the status 'paid offline'; true or false
isWrittenOffboolean
Do you want to show invoices with the status 'written off'; true or false
Response
200