I am currently using the general data endpoint (https://appname.bubbleapps.io/api/1.1/obj/type_name) to get json from my data type.
This works fine except it returns the results array with the oldest entries first.
Is there any way to make it return the newest entries first with the general data endpoint?
Thanks in advance for the help