app_encryption_declarations__get
Retrieve details for a specific app encryption declaration by ID, including optional related records like app, builds, or documents.
Instructions
Read one app encryption declaration by ID. [GET /v1/appEncryptionDeclarations/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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. | |
| 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. |