-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Partner - Experience (Publishing, Reports, Account)
Issue Summary
We need a REST API to access app review data since the current GraphQL API no longer returns this information.
query MyQuery {
marketplaceApp(appId: "APP-ID") {
reviewSummary {
count
}
}
}
Additionally, the Get app reviews API is deprecated. Therefore, we suggest creating an alternative API to provide app review data.
Workaround
Get app reviews API is deprecated but appears to still be functional.