App Store Connect로 돌아가기
Knoon AI를 App Store Connect과 연결하여 AI 워크플로우를 자동화하세요.
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. |