Contents

List all localizations for an app store version experiment treatment

Get a list of all localizations for a specific App Store version experiment treatment.

URL

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

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[appPreviewSets] Optional[string]

Additional fields to include for each app preview set resource returned by the response.

fields[appScreenshotSets] Optional[string]

Additional fields to include for each app screenshot set resource returned by the response.

fields[appStoreVersionExperimentTreatmentLocalizations] Optional[string]

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

filter[locale] Optional[string]

Filter the returned App Store version experiment treatment localizations by locale.

include Optional[string]

The relationship data to include in the response.

limit Optionalinteger

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

limit[appPreviewSets] Optionalinteger

The maximum number of related app preview set resources to return.

limit[appScreenshotSets] Optionalinteger

The maximum number of related app screenshot set resources to return.

fields[appStoreVersionExperimentTreatments] Optional[string]

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

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppStoreVersionExperimentTreatmentLocalizationsResponse

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