Contents

List all app preview sets for an app store version localization

List all app preview sets for a specific localization.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the App Store version localization resource ID from the List all app store version localizations for an app store version response.

Query Parameters

NameTypeDescription
fields[appPreviewSets] Optional[string]

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

fields[appPreviews] Optional[string]

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

filter[previewType] Optional[string]

Filter the returned app preview sets by preview type.

include Optional[string]

The relationship data to include in the response.

limit Optionalinteger

The maximum number of app preview set resources to return.

limit[appPreviews] Optionalinteger

The maximum number of related app preview resources to return.

filter[appCustomProductPageLocalization] Optional[string]

Filter the returned app preview sets by app custom product page localization.

filter[appStoreVersionExperimentTreatmentLocalization] Optional[string]

Filter the returned app preview sets by App Store version experiment treatment localization.

fields[appCustomProductPageLocalizations] Optional[string]

Additional fields to include for each app custom product page localization 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.

fields[appStoreVersionLocalizations] Optional[string]

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

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppPreviewSetsResponse

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

429
Content-Type: application/json
ErrorResponse

See Also

Getting Information from a Localization