"Buy Now" button, get invoice ID

You can add &per_page=500 to the URL increase the number of records shown.

See ‘Optional Settings’ at the bottom of this page for more settings:

https://www.invoiceninja.com/api-documentation/

I didn’t see that. Thank you so much!

Hi,

Is there anyway to list the invoices in order by invoice number? So 0001 will be first than 0002. It seems like everything is all over the place. I’m trying to list them by order.

This is my API request

https://app.invoiceninja.com/api/v1/invoices?client_id=1&include=invitations&per_page=500

Thank you

Invoices are ordered by ‘created_at desc’. We don’t support specifying the order, you’ll need to order them after you’ve loaded the data.

Oh that’s unfortunate any plans for this in the future?

Sorry, we don’t have plans to add it.