When a next link is returned while paging does that link expire? If so what determines that expiration time?
For instance if a next link like the following is returned does it expire and when would that occur?:
“next”: {
“href”: “http://localhost:8094/users?after=200uh8ttlvxyDaxD2g0h7&limit=14”
}
Please let me know . Thank you.