List adjusted equalizations for a subscription price point
List the adjusted territory equalizations for a subscription price point.
URL
GET https://api.appstoreconnect.apple.com/v1/subscriptionPricePoints/{id}/adjustedEqualizationsPath 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. |
Mentioned in
Overview
Use this endpoint with filters to identify a specific adjusted equalization. Provide the filter[upfrontPricePointId] and filter[planType] query parameters, for example:
GET /v1/subscriptionPricePoints/{pricePointId}/adjustedEqualizations?filter[upfrontPricePointId]=$id&filter[planType]=MONTHLY