GET invoicesAsk AIget https://api.bookingexperts.com/v3/administrations/{administration_id}/invoicesReturns invoices of the administrationPath Paramsadministration_idstringrequiredAdministration IDQuery Paramspage[number]integer≥ 1Page numberpage[size]integer1 to 100Page sizesortstringSort. Specify a comma separated list of attributes to sort on. Prefix attribute with a - to sort in descending order. Allowed attributes: id, created_at, updated_atfields[invoice]stringFieldset. Specify a comma separated list of attributes to returnincludestringIncludes list. Specify a comma separated list of resources to include.filter[id]stringFilter on IDfilter[date]stringFilter on datefilter[type]stringFilter on typefilter[invoice_nr]stringFilter on invoice_nrfilter[company]stringFilter on companyfilter[country_code]stringFilter on country_codefilter[city]stringFilter on cityfilter[address_line_1]stringFilter on address_line_1filter[address_line_2]stringFilter on address_line_2filter[postalcode]stringFilter on postalcodefilter[address_subdivision]stringFilter on address_subdivisionfilter[memo]stringFilter on memofilter[period_start_date]stringFilter on period_start_datefilter[period_end_date]stringFilter on period_end_datefilter[total]stringFilter on totalfilter[last_sent]stringFilter on last_sentfilter[created_at]stringFilter on created_atfilter[updated_at]stringFilter on updated_atfilter[owner]stringFilter on owner. Specify a comma separated list of IDs to filter on.filter[invoice_items]stringFilter on invoice_items. Specify a comma separated list of IDs to filter on.filter[administration]stringFilter on administration. Specify a comma separated list of IDs to filter on.filter[booking]stringFilter on booking. Specify a comma separated list of IDs to filter on.filter[inventory_objects]stringFilter on inventory_objects. Specify a comma separated list of IDs to filter on.filter[credited_invoice]stringFilter on credited_invoice. Specify a comma separated list of IDs to filter on.filter[previous_invoice]stringFilter on previous_invoice. Specify a comma separated list of IDs to filter on.filter[payments]stringFilter on payments. Specify a comma separated list of IDs to filter on.filter[security_deposits]stringFilter on security_deposits. Specify a comma separated list of IDs to filter on.filter[sent]booleanFilter on sent. When false, concept invoices will be returned.truefalsefilter[paid]booleanFilter on paid. When true, only fully paid invoices will be returned. When false, only invoices with an outstanding amount (either direction) will be returned.truefalseHeadersAccept-LanguagestringSupported languages. A comma separated list with one or more of the following locales: cs, da, de, de-AT, de-CH, en, es, fr, fr-BE, fr-LU, it, nb, nl, nl-BE, pl, pt, tr. Default: 'en'.Responses 200InvoiceCollectionResponse 429Error defaultErrorUpdated 8 months ago