Discussions
Does limit and offset not work on /changelog endpoints?
7 months ago by Lee
UnfortSurely I'm not the first person to attempt to actually use the /changelog endpoint(s)?
For me, when querying /api/Party/33276/changelog?offset=100
the json response does not update accordingly, and I end up iterating infinitely.
json "Offset": 0, "Limit": 100, "Count": 100, "TotalCount": 219, "NextPageLink": null, "HasNext": true, "NextOffset": 100
I have posted a bug support request here: https://support.imis.com/hc/en-us/requests/279921
Example:
Unfortunately this means I cannot finish creating needed reports for staff. Frustrating.