You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is cursor pagination supported? I tried to use the GetByPageUrl to get users in bulk, but it doesn't return the same format as my postman tests, and so doesn't match. I tried passing in this url (with my baseUrl): /api/v2/users.json?role[]=end-user&page[size]=100
It got a response, but only the users came through, not the links with the 'prev' and 'next' values that are shown in postman and in the documentation.
Just curious if I'm missing something to run cursor pagination requests.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is cursor pagination supported? I tried to use the GetByPageUrl to get users in bulk, but it doesn't return the same format as my postman tests, and so doesn't match. I tried passing in this url (with my baseUrl): /api/v2/users.json?role[]=end-user&page[size]=100
It got a response, but only the users came through, not the links with the 'prev' and 'next' values that are shown in postman and in the documentation.
Just curious if I'm missing something to run cursor pagination requests.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions