REST API to return the count of reviews of the app

XMLWordPrintable

      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.

            Assignee:
            Samridhi Tyagi
            Reporter:
            Rosa Faghihi (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: