Tillbaka till Google Play
Anslut Knoon AI med Google Play (Google Cloud) för att automatisera AI-flöden.
Fetch details for a specific Google Play review.
googleCloudGooglePlayGetReview
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | Ja |
| reviewId | mustache | Review ID retrieved from the list action. | Ja |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| packageName | string | Android package name. |
| review.reviewId | string | Review ID. |
| review.authorName | string | Reviewer display name. |
| review.text | string | Review text from the user. |
| review.starRating | number | Star rating (1-5). |
| review.reviewerLanguage | string | Reviewer language code. |
| review.lastModified | string | ISO timestamp for the last modification. |
| review.developerReply | string | Latest developer reply text if available. |