Skip to content

IVS-599 - implement API pagination#229

Merged
civilx64 merged 4 commits intodevelopmentfrom
IVS-599-API-Pagination
Sep 16, 2025
Merged

IVS-599 - implement API pagination#229
civilx64 merged 4 commits intodevelopmentfrom
IVS-599-API-Pagination

Conversation

@Ghesselink
Copy link
Contributor

No description provided.

@Ghesselink Ghesselink requested a review from rw-bsi September 14, 2025 19:45
@Ghesselink Ghesselink marked this pull request as ready for review September 14, 2025 20:08
return Response({
"metadata": {
"result_set": {
"count": page_count,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There could be potential confusion here between count and total. Recommend changing count to page_size.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's true, page_size is clearer.

Changed it

@civilx64 civilx64 merged commit 9eaff4d into development Sep 16, 2025
@civilx64 civilx64 deleted the IVS-599-API-Pagination branch September 16, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants