I am working with https://developers.google.com/android-publisher/api-ref/reviews/list API to get all reviews of an app.
But even after following all the instructions in the documentation like creating Auth API, using it to validating app account I am only getting latest 2 reviews.
Can anyone please help.
EDIT:
Access token received in usual way by calling google oauth login method. then calling this URL in get method to receive reviews.
https://www.googleapis.com/androidpublisher/v2/applications/your_package_name/reviews? access_token=your_auth_token