apps__app_encryption_declarations__list
List app encryption declarations for an app by ID or bundle ID, with optional filters for platform and builds to pinpoint compliance data.
Instructions
List the app encryption declarations belonging to an app. [GET /v1/apps/{id}/appEncryptionDeclarations]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| 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_builds | No | filter by id(s) of related 'builds' Takes a 'builds' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error. | |
| filter_platform | No | filter by attribute 'platform' | |
| fields_appEncryptionDeclarations | No | the fields to include for returned resources of type appEncryptionDeclarations Return only these attributes. A full row set can exceed 200 KB. |