Click here to view the original link.
Struggling with understanding pagination on a particular REST API: https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/rum/user-sessions/table#parameters The data that comes in does not explicitly include an indicator for which one of these to use: https://sandbox.cribl.io/coursedocs/rest/docs/7_pagination#offsetlimit https://sandbox.cribl.io/coursedocs/rest/docs/7_pagination#pagesize I've tried both and it either never goes past the 5000 records collected or the job continuously runs without stopping, running the same query over and over again for each page per collector job. Based on the latter, I believe I need to be using Offset/Limit, but the parameters explicitly say
pageSize & pageOffset