apps__app_events__list
Retrieve app events for a specific app by name, bundle ID, or Apple ID. Filter by event state and include localizations to manage promotional event schedules.
Instructions
List the app events belonging to an app. [GET /v1/apps/{id}/appEvents]
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_id | No | filter by id(s) | |
| fields_appEvents | No | the fields to include for returned resources of type appEvents Return only these attributes. A full row set can exceed 200 KB. | |
| filter_eventState | No | filter by attribute 'eventState' |