deesejohn/Reinforce

How do we query the next result from a query ?

Davilink opened this issue · 2 comments

With the result below, how can a retrieve the next batch of record ?

{
"done": false,
"nextRecordsUrl": "/services/data/v47.0/query/01g3n00008GMxpxAAD-2000",
...
}

normally we would use the "nextRecordsUrl", but the api doesn't seem to have anything to use that.

I should have answered your question instead of just closing the issue, but you can now GetNextByUrlAsync on IQuery in v1.0.5+