apps__accessibility_declarations__list
List accessibility declarations for an app by ID, filter by state or device family, and select fields to return.
Instructions
List the accessibility declarations belonging to an app. [GET /v1/apps/{id}/accessibilityDeclarations]
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 | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_state | No | filter by attribute 'state' | |
| filter_deviceFamily | No | filter by attribute 'deviceFamily' | |
| fields_accessibilityDeclarations | No | the fields to include for returned resources of type accessibilityDeclarations Return only these attributes. A full row set can exceed 200 KB. |