apps__app_encryption_declarations__list
Retrieve app encryption declarations for an app. Filter by platform or builds, include related resources, and paginate results.
Instructions
List the app encryption declarations belonging to an app. [GET /v1/apps/{id}/appEncryptionDeclarations]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| 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_builds | No | filter by id(s) of related 'builds' | |
| filter_platform | No | filter by attribute 'platform' |