function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Laxmi Patil 7Laxmi Patil 7 

can I wirte a webservice api to send all salesforce records of leads in to an 3rd party app in one rest call?

Alexandr VashchenkoAlexandr Vashchenko
It is not best solution. We have limits for total records returned from one SOQL query, CPU limits. Also you should handle errors that can be throwed during api call. Best way to use "quable" interface to do this.