manager icon indicating copy to clipboard operation
manager copied to clipboard

[API] Invoices data is in ASC order

Open mmarif4u opened this issue 4 months ago • 9 comments

I hope I am posting this issue in the correct repository.

Currently, the API at https://api.linode.com/v4/account/invoices returns a list of data sorted in ascending order (oldest first).

I can see two options from here:

1- Sort the returned data with the newest first. OR 2- Add a sort query parameter with options like ASC and DESC, allowing the user to sort the data as they prefer. (https://techdocs.akamai.com/linode-api/reference/get-invoices)

Thanks

mmarif4u avatar Oct 01 '24 17:10 mmarif4u