Hello,
We are trying to extract our lifetime app star ratings data from the App Store Connect API but we couldn't find the resource anywhere.
We were able to successfully get all app reviews data from this endpoint
GET https://api.appstoreconnect.apple.com/v1/apps/{id}/customerReviews
based on the official documentation.
We validated that we received all reviews, these reviews also include the star ratings. However, the number of star ratings that we see on the App Store console is way less than the one we got from reviews API since star ratings can be submitted without a text review.
Any idea where can we get the data of lifetime star ratings using the Connect API ?
Thanks !