app_infos__app_info_localizations__list
Retrieve localized app metadata such as name, subtitle, and privacy policy URLs for a specific app info ID. Filter by locale or include related app info records.
Instructions
List the app info localizations belonging to an app info. [GET /v1/appInfos/{id}/appInfoLocalizations]
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. | |
| filter_locale | No | filter by attribute 'locale' | |
| fields_appInfoLocalizations | No | the fields to include for returned resources of type appInfoLocalizations Return only these attributes. A full row set can exceed 200 KB. |