Retour à App Store Connect

Connecter Knoon AI avec App Store Connect pour automatiser les flux de travail AI.

List customer reviews for an App Store Connect app.
appStoreConnectListReviews
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
appIdmustache App Store Connect app ID (e.g. "1234567890").Oui
limitmustache Optional. Max number of reviews to return (1-200). Defaults to 20.Non
sortstring Optional. Sort field (e.g. "createdDate" or "-createdDate").Non
territorymustache Optional. Filter by territory (e.g. "US").Non
ratingmustache Optional. Filter by star rating (1-5).Non
responseStatusmustache Optional. Filter by response status (e.g. "RESPONDED" or "UNRESPONDED").Non
cursormustache Optional. Pagination cursor for the next page.Non
Retours
NomTypeDescription
appIdstring App Store Connect app ID.
reviews.reviewIdstring Review ID.
reviews.ratingnumber Star rating.
reviews.titlestring Review title.
reviews.bodystring Review body.
reviews.nicknamestring Reviewer nickname.
reviews.territorystring Review territory code.
reviews.createdDatestring Review creation date (ISO timestamp).
reviews.responseIdstring Response ID if a reply exists.
reviews.responseBodystring Reply text if present.
reviews.responseLastModifiedDatestring Reply last modified date (ISO timestamp).
reviews.responseStatestring Reply state if provided.
nextLinkstring Pagination link for the next page, if any.