apps__subscription_groups__list
Retrieve subscription groups for a specific app using its ID. Supports filtering by name and subscription state, sorting, pagination, and including related subscriptions and localizations.
Instructions
List the subscription groups belonging to an app. [GET /v1/apps/{id}/subscriptionGroups]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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 Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_referenceName | No | filter by attribute 'referenceName' | |
| fields_subscriptionGroups | No | the fields to include for returned resources of type subscriptionGroups Return only these attributes. A full row set can exceed 200 KB. | |
| filter_subscriptions.state | No | filter by attribute 'subscriptions.state' |