Correct way to sort by last added on Device Listing page

Hello,
I was wondering what would be correct way to sort devices by last added (by first inform actually)? Is this timestamp stored somewhere in mongo by default? Should I add a virtual parameter for this?
Thank you

Add the parameter Events.Registered to your device list page and that should be it. Then you can sort by it.

1 Like

Great, thanks!

1 Like