Provide pagination information in response headers for REST API requests
As noted in a previous post (link: http://ideabox.caspio.com/forums/164206-caspio-bridge/suggestions/13926690-implement-paginated-responses-for-rest-api-request) that has since been marked as "completed," we now have the ability to make paginated requests when using the REST API, but no useful pagination information is sent back (e.g., links for next, prev, first, last). Since we are rate-limited at 1000 items per request, it would be very helpful to know how many pages of data we might need to request to get "everything" (e.g., something similar to how more pagination info is sent back in the Link header like in this API for Game of Thrones: https://anapioficeandfire.com/Documentation ).
Note: A somewhat similar question was raised here: http://ideabox.caspio.com/forums/164206-caspio-bridge/suggestions/32819554-download-more-than-1000-rows-via-the-rest-api
But there was not any mention of how this might be done. Something like including pagination information in the response Link header would be very nice.