Get all invoices for a supplier for exportAsk AIget https://api.cpxenterprise.com/invoice/v1/supplier/{id}/exportThis route will return an array of all invoices for a specific supplier for exportPath ParamsidstringrequiredQuery ParamssearchstringValue to search (transactionId, number, amountDue, amountPaid, description)filterstringElasticSearch filter queryfromint32Defaults to 0Defines the number of records to offsetsizeint32Defaults to 10Defines how many records to return at a timefieldsarray of stringsDefaults to Allows the search to target specific fields.fieldsADD stringsortstringAllows you to sort the matching results.groupBystringDefines what field to group byscrollIdstringThe id for the search contextResponses 200Success 500ErrorUpdated over 5 years ago