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
When using Pagination with Records, I'm receiving 1 extra record per page.
If I ask for 100 records per page, I get 101.
E.g. https://churchmetrics.com/api/v1/records.json?page=1&per_page=100
(If I ask for 10, I receive 11.)
Therefore, when I Get page 2, I receive the 101st record a second time, a duplicate record.
The text was updated successfully, but these errors were encountered:
When using Pagination with Records, I'm receiving 1 extra record per page.
If I ask for 100 records per page, I get 101.
E.g. https://churchmetrics.com/api/v1/records.json?page=1&per_page=100
(If I ask for 10, I receive 11.)
Therefore, when I Get page 2, I receive the 101st record a second time, a duplicate record.
The text was updated successfully, but these errors were encountered: