List All Experiments for an App Store Version v1
Get a list of all experiments for an App Store version of an app across all platforms.
URL
GET https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/appStoreVersionExperimentsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List All App Store Versions for an App response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[appStoreVersionExperimentTreatments] Optional | [string] | |
fields[appStoreVersionExperiments] Optional | [string] | |
filter[state] Optional | [string] | |
include Optional | [string] | |
limit Optional | integer | |
limit[appStoreVersionExperimentTreatments] Optional | integer | |
fields[appStoreVersions] Optional | [string] |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppStoreVersionExperimentsResponse | |
| 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 |
Mentioned in
See Also
Managing App Store version experiments
List all experiments IDs for an App Store version v1List All Experiments for an App Store VersionList all experiment IDs for an App Store versionRead App Store Experiment InformationList All Treatments for an App Store ExperimentGET /v2/appStoreVersionExperiments/{id}/relationships/appStoreVersionExperimentTreatmentsCreate an App Store ExperimentModify an App Store ExperimentDelete an App Store ExperimentRead App Store experiment information v1List all treatments for an App Store Experiment v1GET /v1/appStoreVersionExperiments/{id}/relationships/appStoreVersionExperimentTreatmentsModify an App Store experiment v1Create an App Store experiment v1Delete an App Store Version Experiment v1