provider Query GET
/query/{queryLocator} @utdk/salesforce
/query/{queryLocator} Get next page of query results
Retrieve the next page of results from a paginated SOQL query. Use the nextRecordsUrl from a previous query response to continue fetching records when done=false.
- queryLocator path required
- The query locator identifier from the nextRecordsUrl
- string
Try it
Authentication
Configure credentials for Salesforce REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import salesforce from '@utdk/salesforce';
await salesforce.querymore()