https://api.dropboxapi.com/2/team/linked_apps/list_members_linked_apps,
https://api.dropboxapi.com/2/team/devices/list_members_devices
https://api.dropboxapi.com/2/team/members/list_v2Could you please let me know, response of the above endpoints are displayed in which order/ which field. is there any option to filter the latest records i.e pulling recently added apps/Memebers details only
These endpoints do not guarantee a specific order for the results. You'll need to retrieve all of the results and sort them client-side if/as desired.
They also do not offer an option for retrieving only recent items, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.