List All Beta App Clip Invocations for a Build Bundle
Get all App Clip invocations you configure for testing for a specific build bundle.
URL
GET https://api.appstoreconnect.apple.com/v1/buildBundles/{id}/betaAppClipInvocationsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The opaque resource ID that uniquely identifies the Build Bundles resource. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[betaAppClipInvocationLocalizations] Optional | [string] | Additional fields to include for each Beta App Clip Invocation resource returned by the response. |
fields[betaAppClipInvocations] Optional | [string] | Additional fields to include for each Beta App Clip Invocation resource returned by the response. |
include Optional | [string] | The relationship data to include in the response. |
limit Optional | integer | The number of Beta App Clip Invocations resources to return. |
limit[betaAppClipInvocationLocalizations] Optional | integer | The number of included Beta App Clip Invocations resources to return if the beta App Clip invocation localizations relationship is included. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | BetaAppClipInvocationsResponse | The request completed successfully. |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse |
See Also
Getting Build Bundle Information
Read the App Clip Domain Cache Status Information for a Build BundleRead App Clip Domain Debug Status Information for a Build BundleList All File Sizes for a Build BundleGET /v1/buildBundles/{id}/relationships/appClipDomainCacheStatusGET /v1/buildBundles/{id}/relationships/appClipDomainDebugStatusGET /v1/buildBundles/{id}/relationships/betaAppClipInvocationsGET /v1/buildBundles/{id}/relationships/buildBundleFileSizes