app_encryption_declarations__list
Retrieve a list of app encryption declarations with optional filters for app, builds, platform, and pagination support.
Instructions
List app encryption declarations. [GET /v1/appEncryptionDeclarations]
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_builds | No | filter by id(s) of related 'builds' | |
| filter_platform | No | filter by attribute 'platform' |