apps__background_assets__list
Retrieve background assets for an app, with optional filters, sorting, and pagination. Use to manage asset packs across app versions.
Instructions
List the background assets belonging to an app. [GET /v1/apps/{id}/backgroundAssets]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| 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_archived | No | filter by attribute 'archived' | |
| filter_versions.locale | No | filter by attribute 'versions.locale' | |
| filter_versions.platforms | No | filter by attribute 'versions.platforms' | |
| filter_assetPackIdentifier | No | filter by attribute 'assetPackIdentifier' |