apps__beta_feedback_screenshot_submissions__list
Retrieve beta feedback screenshot submissions for a specific app. Filter by build, tester, osVersion, or deviceModel to narrow results.
Instructions
List the beta feedback screenshot submissions belonging to an app. [GET /v1/apps/{id}/betaFeedbackScreenshotSubmissions]
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_betaFeedbackScreenshotSubmissions | No | the fields to include for returned resources of type betaFeedbackScreenshotSubmissions Return only these attributes. A full row set can exceed 200 KB. |