Contents

Read customer review summarizations

Get the customer review summarization for a specific app.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

The opaque resource ID that uniquely identifies the apps resource that represents your app. Obtain the app resource ID from the List Apps response.

Query Parameters

NameTypeDescription
include Optional[string]

Relationship data to include in the response.

limit Optionalinteger

Number of resources to return.

filter[territory] Optional[string]

A filter of territories to include in the response.

fields[customerReviewSummarizations] Optional[string]

fields[territories] Optional[string]

filter[platform] Required[string]

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
CustomerReviewSummarizationsResponse

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

Mentioned in

See Also

Getting customer reviews