apps__beta_feedback_crash_submissions__list
Retrieve beta feedback crash submissions for an app, with options to filter by build, tester, OS version, device model, and platform.
Instructions
List the beta feedback crash submissions belonging to an app. [GET /v1/apps/{id}/betaFeedbackCrashSubmissions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| 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_build | No | filter by id(s) of related 'build' Takes a 'build' 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_tester | No | filter by id(s) of related 'tester' Takes a 'tester' 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_osVersion | No | filter by attribute 'osVersion' | |
| filter_appPlatform | No | filter by attribute 'appPlatform' | |
| filter_deviceModel | No | filter by attribute 'deviceModel' | |
| filter_devicePlatform | No | filter by attribute 'devicePlatform' | |
| filter_build.preReleaseVersion | No | filter by id(s) of related 'build.preReleaseVersion' Takes a 'build.preReleaseVersion' 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. | |
| fields_betaFeedbackCrashSubmissions | No | the fields to include for returned resources of type betaFeedbackCrashSubmissions Return only these attributes. A full row set can exceed 200 KB. |