How do we query the next result from a query ?
Davilink opened this issue · 2 comments
Davilink commented
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.
deesejohn commented
I should have answered your question instead of just closing the issue, but you can now GetNextByUrlAsync
on IQuery
in v1.0.5+
Davilink commented
No problem. I should have told you that it work great. Thx for the quick fix
Le ven. 6 mars 2020 18 h 06, deesejohn <notifications@github.com> a écrit :
… I should have answered your question instead of just closing the issue,
but you can now GetNextByUrlAsync on IQuery in v1.0.5+
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#105?email_source=notifications&email_token=AALN6NGPPPHTI564CJWBD4DRGF6VZA5CNFSM4LAWF7N2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEODEKRI#issuecomment-596002117>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALN6NAJGJAMUA4P2LH3X43RGF6VZANCNFSM4LAWF7NQ>
.