List all default app clip experiences for an app clip
Get all default App Clip experiences for an App Clip.
URL
GET https://api.appstoreconnect.apple.com/v1/appClips/{id}/appClipDefaultExperiencesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app clip resource ID from the List all app clips for an app response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
exists[releaseWithAppStoreVersion] Optional | boolean | Filter the returned default App Clip experiences to include only those that have (true) or don’t have (false) a related App Store version. |
fields[appClipDefaultExperienceLocalizations] Optional | [string] | Additional fields to include for each default App Clip experience localization resource returned by the response. |
fields[appClipDefaultExperiences] Optional | [string] | Additional fields to include for each default App Clip experience resource returned by the response. |
include Optional | [string] | The relationship data to include in the response. |
limit Optional | integer | The maximum number of default App Clip experience resources to return. |
limit[appClipDefaultExperienceLocalizations] Optional | integer | The maximum number of related default App Clip experience localizations resources to return. |
fields[appClips] Optional | [string] | Additional fields to include for each app clip resource returned by the response. |
fields[appClipAppStoreReviewDetails] Optional | [string] | Additional fields to include for each app clip App Store review detail resource returned by the response. |
fields[appStoreVersions] Optional | [string] | Additional fields to include for each App Store version resource returned by the response. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppClipDefaultExperiencesResponse | 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 |