tempo_get_timesheet_approvals_by_team
Retrieve team members' timesheet approval statuses for a given period, showing who submitted, who is still open, and who has been approved.
Instructions
Retrieve every team member's timesheet approval for the given period — the reviewer's view of who has submitted, who is still open, and who has been approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Period end date (YYYY-MM-DD); defaults to the period containing `from` | |
| from | Yes | Period start date (YYYY-MM-DD) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Tempo's payload untouched. No field projection: this server has no verified record of which Tempo fields matter, and inventing one would risk dropping a field a caller needs. | |
| teamId | Yes | Tempo team id |