apps__in_app_purchases_v2__list
Retrieve a list of in-app purchases (v2) for a specified app. Filter by name, state, product ID, or purchase type, and include related resources.
Instructions
List the in-app purchases (v2) belonging to an app. [GET /v1/apps/{id}/inAppPurchasesV2]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| 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_name | No | filter by attribute 'name' | |
| filter_state | No | filter by attribute 'state' | |
| filter_productId | No | filter by attribute 'productId' | |
| filter_inAppPurchaseType | No | filter by attribute 'inAppPurchaseType' |