List Absences
absence_listRetrieve and filter employee absences by contract, user, type, status, or date range. Manage absence records efficiently.
Instructions
List absences in an organization. Filter by contract, user, type, status, date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| contractId | No | ||
| userId | No | ||
| absenceTypeId | No | ||
| status | No | ||
| startDate | No | Start date (YYYY-MM-DD) | |
| endDate | No | End date (YYYY-MM-DD) | |
| year | No | ||
| excludeRejectedCancelled | No | ||
| teamId | No | ||
| search | No | ||
| limit | No | ||
| page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| totalCount | No | Total items across all pages |