List all subscription price point equalizations
Get a list of subscription price points and their equivalent in a specified currency.
URL
GET https://api.appstoreconnect.apple.com/v1/subscriptionPricePoints/{id}/equalizationsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the |
Query Parameters
| Name | Type | Description |
|---|---|---|
filter[territory] Optional | [string] | Filter the returned subscription price points by territory. |
filter[subscription] Optional | [string] | Filter the returned subscription price points by subscription. |
filter[upfrontPricePointId] Optional | [string] | Filter the returned subscription price points by upfront price point ID. |
filter[planType] Optional | [string] | Filter the returned subscription price points by plan type. |
fields[subscriptionPricePoints] Optional | [string] | Additional fields to include for each subscription price point resource returned by the response. |
fields[territories] Optional | [string] | Additional fields to include for each territory resource returned by the response. |
limit Optional | integer | The maximum number of subscription price point resources to return. |
include Optional | [string] | The relationship data to include in the response. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: text/csv | csv | The request completed successfully. |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | Authentication failed. |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse | The request rate limit was exceeded. |