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.

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

Enter a gateway URL above to enable sending.

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

TypeScript

import salesforce from '@utdk/salesforce';

await salesforce.querymore()