beta_testers__apps__list
Retrieve apps assigned to a beta tester by providing the tester's ID. Use this to manage beta testing groups and app assignments.
Instructions
List the apps belonging to a beta tester. [GET /v1/betaTesters/{id}/apps]
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. |