العودة إلى App Store Connect
اتصل بـ Knoon AI مع App Store Connect لأتمتة تدفقات عمل الذكاء الاصطناعي.
List customer reviews for an App Store Connect app.
appStoreConnectListReviews
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| appId | mustache | App Store Connect app ID (e.g. "1234567890"). | نعم |
| limit | mustache | Optional. Max number of reviews to return (1-200). Defaults to 20. | لا |
| sort | string | Optional. Sort field (e.g. "createdDate" or "-createdDate"). | لا |
| territory | mustache | Optional. Filter by territory (e.g. "US"). | لا |
| rating | mustache | Optional. Filter by star rating (1-5). | لا |
| responseStatus | mustache | Optional. Filter by response status (e.g. "RESPONDED" or "UNRESPONDED"). | لا |
| cursor | mustache | Optional. Pagination cursor for the next page. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| appId | string | App Store Connect app ID. |
| reviews.reviewId | string | Review ID. |
| reviews.rating | number | Star rating. |
| reviews.title | string | Review title. |
| reviews.body | string | Review body. |
| reviews.nickname | string | Reviewer nickname. |
| reviews.territory | string | Review territory code. |
| reviews.createdDate | string | Review creation date (ISO timestamp). |
| reviews.responseId | string | Response ID if a reply exists. |
| reviews.responseBody | string | Reply text if present. |
| reviews.responseLastModifiedDate | string | Reply last modified date (ISO timestamp). |
| reviews.responseState | string | Reply state if provided. |
| nextLink | string | Pagination link for the next page, if any. |