apps__app_price_points__list
Retrieve price points for a specific app, optionally filtered by territory or including related resources. Supports pagination via next URLs.
Instructions
List the app price points belonging to an app. [GET /v1/apps/{id}/appPricePoints]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. | |
| filter_territory | No | filter by id(s) of related 'territory' |