apps__background_assets__list
Retrieve background assets for a specific app using its ID, with filtering, sorting, and pagination to manage asset data efficiently.
Instructions
List the background assets belonging to an app. [GET /v1/apps/{id}/backgroundAssets]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| 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 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_archived | No | filter by attribute 'archived' | |
| filter_versions.locale | No | filter by attribute 'versions.locale' | |
| fields_backgroundAssets | No | the fields to include for returned resources of type backgroundAssets Return only these attributes. A full row set can exceed 200 KB. | |
| filter_versions.platforms | No | filter by attribute 'versions.platforms' | |
| filter_assetPackIdentifier | No | filter by attribute 'assetPackIdentifier' |