apps__beta_feedback_screenshot_submissions__list
Retrieve beta feedback screenshot submissions for a specific app. Filter by build, tester, or device, and sort by creation date.
Instructions
List the beta feedback screenshot submissions belonging to an app. [GET /v1/apps/{id}/betaFeedbackScreenshotSubmissions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| 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 | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. | |
| filter_build | No | filter by id(s) of related 'build' | |
| filter_tester | No | filter by id(s) of related 'tester' | |
| 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' |