apps__subscription_groups__list
Retrieve subscription groups belonging to an app. Supports sorting, filtering by reference name or subscription state, and including subscriptions, localizations, or versions.
Instructions
List the subscription groups belonging to an app. [GET /v1/apps/{id}/subscriptionGroups]
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_referenceName | No | filter by attribute 'referenceName' | |
| filter_subscriptions.state | No | filter by attribute 'subscriptions.state' |