get_transfers_by_player_id
Retrieve all transfers for a player using their ID. Customize results with includes, filters, and pagination.
Instructions
Get all transfers for a specific player.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | Player ID. | |
| include | No | Semicolon-separated includes. e.g. player;fromTeam;toTeam;type | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |