beta_app_localizations__list
Retrieve a list of beta app localizations, filtered by app or locale, with pagination support.
Instructions
List beta app localizations. [GET /v1/betaAppLocalizations]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| filter_app | No | filter by id(s) of related 'app' | |
| filter_locale | No | filter by attribute 'locale' |