RVR-RCT-101
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-RCT-101
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- The error code
RVR-RCT-101
with the description "Invalid pagination request" typically indicates a problem with setting up pagination for a REST API action in Rivery. Pagination is used to manage and retrieve large amounts of data in smaller, more manageable chunks. If it's not configured correctly, it can lead to errors when trying to fetch data from an API.
- The error code
Action Steps:
- Review Pagination Method: Ensure that you have selected the appropriate pagination method for your API. Rivery supports various pagination methods, including "Paginate by Offset," "Paginate by Page," and "Next Page in Response." Check your API documentation to determine which method is applicable.
- Check Offset Variables: If you're using pagination by offset, verify that the "Offset Key" and "Offset Start" are configured correctly. Ensure that the variable used for offset increments appropriately after each request.
- Validate Next Page Key: For methods using the "Next Page in Response," ensure that the key for the next page is correctly specified and matches what is returned by the API. This key must be specified properly to retrieve subsequent pages.
- Review API Responses: Check the responses from your API calls. Sometimes the issue might arise from missing or incorrectly parsed pagination tokens or values in the response.
- Consult API Documentation: Ensure you have set up pagination according to the specific requirements of the API you are working with. APIs might have custom settings for pagination that need to be precisely configured.
External References:
- Rivery's documentation on pagination: Rivery Pagination Options in REST API Documentation
- Review the API documentation of the service you are integrating with for specific pagination parameter configurations.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?