Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement offset pagination for getRecordings #718

Open
jfederico opened this issue Oct 21, 2021 · 0 comments · May be fixed by #720
Open

Implement offset pagination for getRecordings #718

jfederico opened this issue Oct 21, 2021 · 0 comments · May be fixed by #720

Comments

@jfederico
Copy link
Member

Problem to solve:

When the number of recordings reaches a fair large number, getRecordings can be difficult to handle by BBB, SL and by the integrations. There have been some workarounds on the integration side, but the need of pagination has always been there.

There is a recent initiative of implementing offset pagination in BBB, SL should match that implementation

Purposed solution:

Implement offset pagination for getRecordings in the form:

getRecordings?limit=20&offset=100

For a quick ref see: https://nordicapis.com/everything-you-need-to-know-about-api-pagination/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants