apps__app_infos__list
Retrieve all app information records for a specific App Store Connect app, including age ratings, categories, and localization details. Use this to access complete metadata for an app ID.
Instructions
List the app infos belonging to an app. [GET /v1/apps/{id}/appInfos]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| fields_appInfos | No | the fields to include for returned resources of type appInfos Return only these attributes. A full row set can exceed 200 KB. |