Authorizations
Query Parameters
Maximum number of absences to return
1 <= x <= 1000Number of absences to skip for pagination
x >= 0Sort field and direction (e.g. dtStart:1, status.createdAt:-1)
Filter by status (single value or comma-separated list)
Filter by IDs (array of objectIds)
Filter by user ID
Filter to search jobs by user IDs. If the user ID is "unassigned_jobs", it will search for jobs without a user ID.
User ID to filter jobs by. If "unassigned_jobs" is included, it will also search for jobs without a user ID.
Filter by Object Manager IDs
Filter for not finished tasks
Filter either assigned ("true") or unassigned ("false") absences
Filter by object ID
Filter entities with dtEnd > value (timestamp)
Filter by end date from (timestamp)
Filter by end date to (timestamp)
Filter by start date to (timestamp)
Filter absences by pay type absence IDs
Filter something (e.g. complaints) by the assigned user's name or number
Filter absences by type (open, approved, declined, assigned)
open, approved, declined, assigned Filter by affected object IDs
Filter by employment user IDs
Filter by user tags - finds users with specified tags and filters by their IDs
A dynamic filter that allows filtering on any field with various operators. Supports string, number, boolean, date, and objectid field types.
Response
List of absences
Unique identifier for the absence Unique identifier of the entity
User ID for whom the absence is recorded
Absence type (e.g., illness, vacation, unpaid leave)
Pay type absence ID
Calculation type for the absence
Description or comment for the absence
Start date/time of the absence
End date/time of the absence
Number of days absent
Whether the absence is for a full day
User ID who approved the absence
User ID who declined the absence
List of job IDs affected by this absence
Whether all replacement jobs are assigned
Attachment IDs or file references
Image IDs associated with the absence
IDs of object managers
Comment for declined absence
Whether to send an email to the customer
IDs of affected objects
Paid time for each day of the absence
Replacement assignments for the absence
Status struct for the absence Entity Status information
Unique number of the entity, used for identification
The ID of the company this entity belongs to
ID of the chat associated with this entity

