faisal_BPfaisal_BP
faisal_BPPLUS
Apr 28, 2025

Q: Users, List of users API and sign-in Page Questions

I am using a no-code platform where I have created a data format called "Users." The platform generates CRUD APIs for this data.

When I call the "List All Users" API, it only returns 10 users at a time, even though I have a total of 33 records. How can I retrieve the next set of users (e.g., the next 10 records)? Please assist.
Additionally, I have a Sign-In page UI. How can I connect this frontend to my API so that it checks if a user exists? I would like to display an alert message for both success and error scenarios. After a successful sign-in, how can I redirect the user to the main page? Please guide me on how to achieve this.

Founder Team
Wim_NoCode-X

Wim_NoCode-X

Apr 28, 2025

A: Is it possible you have the paged API call, and the default is 10 per page when not specified?

Share
Helpful?
Log in to join the conversation

We were able to resolve it using Paging in the Data-table

also a possibility

cool thinking!