apps__beta_groups__list
List beta groups for a specified app to manage tester access and feedback collection. Pass the app ID to retrieve associated groups.
Instructions
List the beta groups belonging to an app. [GET /v1/apps/{id}/betaGroups]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| limit | No | maximum resources per page | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. |