we can use query param in Rest APIs for granular control of results.
In REST APIs, pagination is typically controlled using query parameters like
-
page pageSize offset limit
we can use query param in Rest APIs for granular control of results.
In REST APIs, pagination is typically controlled using query parameters like
page
pageSize
offset
limit