Contents

Read app store version experiment treatment information

Get information about a specific App Store version experiment treatment.

URL

GET https://api.appstoreconnect.apple.com/v1/appStoreVersionExperimentTreatments/{id}

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the App Store version experiment treatment resource ID from the List all treatments for an app store experiment v1 response.

Query Parameters

NameTypeDescription
fields[appStoreVersionExperimentTreatmentLocalizations] Optional[string]

Additional fields to include for each App Store version experiment treatment localization resource returned by the response.

fields[appStoreVersionExperimentTreatments] Optional[string]

Additional fields to include for each App Store version experiment treatment resource returned by the response.

include Optional[string]

The relationship data to include in the response.

limit[appStoreVersionExperimentTreatmentLocalizations] Optionalinteger

The maximum number of related App Store version experiment treatment localization resources to return.

fields[appStoreVersionExperiments] Optional[string]

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppStoreVersionExperimentTreatmentResponse

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

See Also

Endpoints