Hi,
We are upgrading our implementation from /events to /logs API. What I have observed is that if the changed objects count is 100 and I pass the limit as 200 in the first call, then the rel=“next” URL is sent, which ideally should be null as with other API’s. The response using next URL is blank.
Is this a bug with the /logs API?
First URL used:
/api/v1/logs?limit=200&since=2018-08-27T07:37:46.046Z&filter=eventType eq “user.lifecycle.delete.initiated” and outcome.result eq “SUCCESS”
Next URL in response:
/api/v1/logs?since=2018-08-27T07%3A37%3A46.046Z&limit=200&filter=eventType+eq+%22user.lifecycle.delete.initiated%22+and+outcome.result+eq+%22SUCCESS%22&after=1535356288214_1
Regards,
Pranav