get_totw_by_round_id
Fetch the Team of the Week lineup for a specific round ID using football data.
Instructions
Get Team of the Week for a specific round.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round_id | Yes | Round ID. | |
| include | No | Semicolon-separated includes. | |
| 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. |