apps__app_infos__list
Retrieve app infos for a given app, including age rating, localizations, and category details. Filter by included relationships or paginate through results.
Instructions
List the app infos belonging to an app. [GET /v1/apps/{id}/appInfos]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. |