Gets list of Invoices
TransactionStatusCode values are: "Draft", "Sent", "Late", "Paid", "Partial", "Void"
Query parameters
Only return invoices updated after this date-time.
Number of items per page (max 1000)
Page to display. Starts from 1.
Filter by invoice status. Values: Draft, Sent, Late, Paid, Partial, Void.
Filter invoices issued on or after this date (ISO 8601).
Filter invoices issued before this date (ISO 8601).
Filter invoices due on or after this date (ISO 8601).
Filter invoices due before this date (ISO 8601).
Sort results by: DateUpdated, DateCreated (append ' desc' for descending).
Filter invoices to a specific customer company by Company ID.
When true, each line item also lists the IDs of the timesheets, expenses and fixed amounts linked to it (TimesheetEntryIDs / ExpenseIDs / FixedAmountIDs). Defaults to false to keep large list responses small.
Response
Returns a paginated list of invoices with line items.