- Issue created by @paul121
- πΊπΈUnited States paul121 Spokane, WA
Reading deeper into the docs I see a few more options....
First, we can set the page size and disable pagination on requests entirely by setting
x-deere-no-paging
header. https://developer.deere.com/dev-docs/field-operations#paginationThen there is a separate concept of eTags we could use that allows you to requests pages of data, but only return new/modified items. This would be a great way to keep track and request only the "new/modified" fields... we likely don't need webhooks for this! I will mention this in β¨ Use JD webhooks Active but still do a first pass at pagination since I'm nearly done. https://developer.deere.com/dev-docs/field-operations#eTags
- @paul121 opened merge request.
- Status changed to Fixed
about 1 year ago 6:44pm 20 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.