List Territory Age Ratings for an App Info
List all territory age ratings for a specific app info.
URL
GET https://api.appstoreconnect.apple.com/v1/appInfos/{id}/territoryAgeRatingsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[territories] Optional | [string] | Additional fields to include for each territory resource returned by the response. |
fields[territoryAgeRatings] Optional | [string] | Additional fields to include for each territory age rating resource returned by the response. |
include Optional | [string] | The relationship data to include in the response. |
limit Optional | integer | The maximum number of territory age rating resources to return. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | TerritoryAgeRatingsResponse | |
| 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 |