List All Treatments for an App Store Experiment
Get a list of all treatments for a specific App Store version experiment.
URL
GET https://api.appstoreconnect.apple.com/v2/appStoreVersionExperiments/{id}/appStoreVersionExperimentTreatmentsPath 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[appStoreVersionExperimentTreatmentLocalizations] Optional | [string] | |
fields[appStoreVersionExperimentTreatments] Optional | [string] | |
fields[appStoreVersionExperiments] Optional | [string] | |
include Optional | [string] | |
limit Optional | integer | |
limit[appStoreVersionExperimentTreatmentLocalizations] Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppStoreVersionExperimentTreatmentsResponse | |
| 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 |
Discussion
Example Request and Response
See Also
Endpoints
GET /v2/appStoreVersionExperiments/{id}/relationships/appStoreVersionExperimentTreatmentsGET /v1/appStoreVersionExperimentTreatments/{id}GET /v1/appStoreVersionExperimentTreatments/{id}/appStoreVersionExperimentTreatmentLocalizationsGET /v1/appStoreVersionExperimentTreatments/{id}/relationships/appStoreVersionExperimentTreatmentLocalizationsModify an App Store version experiement treatmentPOST /v1/appStoreVersionExperimentTreatmentsDelete a Treatment for an App Store Version Experiment