Hello,
I ma gathering some data from nRFCloud API, and I noticed a small issue with the pageNextToken.
I noticed this on https://api-docs.nrfcloud.com/#tag/FOTA-Job-Executions/operation/ListFOTAJobExecutionsForDevice , but haven't checked other endpoints.
I look at a device with 20 FOTAJobExecution. When setting the pageLimit to 20, I retreive the entire list, but there is a pageNextToken.
Reaching the endpoint again, with this pageNextToken results in an empty response.
Same goes with 2 calls with pageLimit set to 10.
It looks like there is an issue with pageNextToken. Sounds like small issue, like a bad rounding, or a >= instead of <.