Contents

Get review submissions for an app

Get a list of review submissions associated with a specific app.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List Apps response.

Query Parameters

NameTypeDescription
fields[reviewSubmissionItems] Optional[string]

fields[reviewSubmissions] Optional[string]

filter[platform] Optional[string]

filter[state] Optional[string]

include Optional[string]

limit Optionalinteger

limit[items] Optionalinteger

fields[appStoreVersions] Optional[string]

fields[apps] Optional[string]

fields[actors] Optional[string]

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
ReviewSubmissionsResponse

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

Getting review submissions