faceit_getChampionshipSubscriptions
Lists teams or players subscribed to a championship. Use to view championship registrations.
Instructions
Retrieve all subscriptions of a championship
Use to list the teams or players that subscribed to a championship (registrations). Not for hub members - use getHubMembers for that.
Endpoint: GET /championships/{championship_id}/subscriptions
Parameters:
championship_id (path, str, required): The id of the championship
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 10)): The number of items to return
Returns: Subscriptions list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| championship_id | Yes | ||
| offset | No | ||
| limit | No |