Most efficient way to sort table rows by "sys_updated_on"
Hi, I have 800,000 incident records that I am try to pull using a GET rest api call. My requirement is to sort them by "sys_updated_on" in descending order while querying. I using the http parameter "sysparm_query=ORBERBYDESCsys_updated_on" in my R...
