Contents

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}/betaAppClipInvocations

Path Parameters

NameTypeDescription
id Requiredstring

The opaque resource ID that uniquely identifies the Build Bundles resource.

Query Parameters

NameTypeDescription
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 Optionalinteger

The number of Beta App Clip Invocations resources to return.

limit[betaAppClipInvocationLocalizations] Optionalinteger

The number of included Beta App Clip Invocations resources to return if the beta App Clip invocation localizations relationship is included.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
BetaAppClipInvocationsResponse

The request completed successfully.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

429
Content-Type: application/json
ErrorResponse

See Also

Getting Build Bundle Information