Contents

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

Path Parameters

NameTypeDescription
id Requiredstring

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

NameTypeDescription
fields[appStoreVersionExperimentTreatmentLocalizations] Optional[string]
fields[appStoreVersionExperimentTreatments] Optional[string]
fields[appStoreVersionExperiments] Optional[string]
include Optional[string]

limit Optionalinteger

limit[appStoreVersionExperimentTreatmentLocalizations] Optionalinteger

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppStoreVersionExperimentTreatmentsResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

404Not Found
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Discussion

Example Request and Response

See Also

Endpoints