Retrieves a list of all invoices / credit notesAsk AIget https://sandbox.billwerk.com/api/v1/invoicesQuery ParamscustomerIdstringCustomer Id, optionalsearchstringSearch parameter can contain the recipient's Last Name, First Name, Company Name, or Document Number, optionaldateFromstringSearches documents with a document date equal or younger than the specified date, optionaldateTostringSearches documents with a document date equal or older than the specified date, inclusive, optionalfromstringCursor from where on the items are listedskipint32If you are using pagination, you can skip n items (1000 max.)takeint32Limit returned items (Max = 500, Default = 200)Responses 200OK 401UnauthorizedUpdated 3 months ago