k-capehart / go-salesforce

Salesforce REST API client written in Go
https://pkg.go.dev/github.com/k-capehart/go-salesforce/v2
MIT License
24 stars 4 forks source link

Query returns a max of 2000 records #16

Closed k-capehart closed 3 months ago

k-capehart commented 3 months ago

Use response to determine if query is done and if not, then use nextRecordsUrl to get remaining records.

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htm?q=query