List the items in a review submission
List all the items in a specific review submission.
URL
GET https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}/itemsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The opaque resource ID that uniquely identifies the review submissions resource. Obtain the app resource ID from the List review submissions for an app response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[reviewSubmissionItems] Optional | [string] | |
limit Optional | integer | |
fields[appStoreVersionExperiments] Optional | [string] | |
fields[appStoreVersions] Optional | [string] | |
fields[appCustomProductPageVersions] Optional | [string] | |
fields[appEvents] Optional | [string] | |
include Optional | [string] | |
fields[backgroundAssetVersions] Optional | [string] | |
fields[gameCenterAchievementVersions] Optional | [string] | |
fields[gameCenterActivityVersions] Optional | [string] | |
fields[gameCenterChallengeVersions] Optional | [string] | |
fields[gameCenterLeaderboardSetVersions] Optional | [string] | |
fields[gameCenterLeaderboardVersions] Optional | [string] |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | ReviewSubmissionItemsResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |