Read App Store Experiment Information
Get information for a specific App Store version experiment.
URL
GET https://api.appstoreconnect.apple.com/v2/appStoreVersionExperiments/{id}Path 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 Experiments for an App Store Version response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[appStoreVersionExperimentTreatments] Optional | [string] | |
fields[appStoreVersionExperiments] Optional | [string] | |
include Optional | [string] | |
limit[appStoreVersionExperimentTreatments] Optional | integer | |
limit[controlVersions] Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppStoreVersionExperimentV2Response | |
| 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
Discussion
Example Request and Response
See Also
Managing App Store version experiments
List All Experiments for an App Store Version v1List all experiments IDs for an App Store version v1List All Experiments for an App Store VersionList all experiment IDs for an App Store versionList 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