apps__background_assets__list
Retrieve background assets for a specified app to manage asset pack identifiers, archived status, and version details. Use filters and sorting to access specific records.
Instructions
List the background assets belonging to an app. [GET /v1/apps/{id}/backgroundAssets]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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' |