---
title: Get all app resource ids for a beta tester
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-betatesters-_id_-relationships-apps
---

# Get all app resource ids for a beta tester

Get a list of app resource IDs associated with a beta tester.

## URL

GET https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/apps

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource.

## Query Parameters

limit:

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Reading Beta Tester Details

- [List all apps for a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-apps.md)
- [List all builds individually assigned to a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-builds.md)
- [Get all ids of builds individually assigned to a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-relationships-builds.md)
- [List all beta groups to which a beta tester belongs](appstoreconnectapi/get-v1-betatesters-_id_-betagroups.md)
- [Get all beta group ids of a beta tester's groups](appstoreconnectapi/get-v1-betatesters-_id_-relationships-betagroups.md)
