beta_groups__get
Retrieve a specific beta group from App Store Connect by its unique ID. Optionally include related records like builds, testers, or recruitment criteria in a single API call.
Instructions
Read one beta group by ID. [GET /v1/betaGroups/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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. | |
| fields_betaGroups | No | the fields to include for returned resources of type betaGroups Return only these attributes. A full row set can exceed 200 KB. |