...
We have made changes to our API that resulted in significantly improved performance for loading Sales Transactions tables. According to recent findings, the load times of orders in the Service Panel have shown notable enhancements.
Key findings include:
The average loading times, representing the 50% fastest cases, have improved by approximately 2.5 times. (From 2.58 seconds to 1.01 seconds)
The edge cases, representing the 5% slowest loading times, have experienced remarkable improvements, now loading approximately 7.2 times faster. (From 22.04 seconds to 3.07 seconds)
These improvements are expected to apply to other sales transactions (quotes, requests) as well as the User Panel
As a result, the following 2 GET endpoints of our API have been changed:
GET api/v2.0/service-panel/services/<service_id>/orders/
GET api/v2.0/user-panel/orders/ endpoint of our API.
For all details see https://3yourmind.atlassian.net/wiki/spaces/PD/pages/1851719689/23.6#Appendix-A---Orders-endpoint-changes
...