How to pull more than 500 reviews using an API call
In order to pull more than 500 reviews(feedback) from the application, you will want to have multiple calls, where each call is no more than 500.
Here are the max/limit per API call for the available options:
MAX_REVIEWS_PER_XML_REQUEST = 500
MAX_REVIEWS_PER_CSV_REQUEST = 5000
DEFAULT_REVIEWS_PER_REQUEST = 100
Additional Questions? Please reach out to Listen360 Support via email at [email protected]
Comments
0 comments
Please sign in to leave a comment.