faceit_getPlayerTournaments
Retrieve a list of tournaments a player has participated in. Specify the player ID to get their tournament history.
Instructions
Retrieve all tournaments of a player
Use to list tournaments a player has participated in.
Endpoint: GET /players/{player_id}/tournaments
Parameters:
player_id (path, str, required): The id of the player
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Tournaments list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | ||
| offset | No | ||
| limit | No |