Read beta tester metrics for an app
Get usage metrics for beta testers of a specific app.
URL
GET https://api.appstoreconnect.apple.com/v1/apps/{id}/metrics/betaTesterUsagesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List Apps response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
filter[betaTesters] Optional | string | An opaque resource ID that uniquely identifies the resource. Obtain the betaTester resource ID from the List Beta Testers response. |
groupBy Optional | [string] | |
limit Optional | integer | |
period Optional | string |
|
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppsBetaTesterUsagesV1MetricResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |