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
querymore
GET/query/{queryLocator}
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.

Parameters

required

The query locator identifier from the nextRecordsUrl

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import salesforce from '@utdk/salesforce';

await salesforce.querymore()