v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
employee-assignments

List Employee Assignments

<Warning> You may not benefit from this feature. Working-time-arrangements are the replacement for the workcycles. If this feature has not been deployed on your environment, please contact our support. </Warning>

Returns a paginated list of employee-assignments. An employee-assignment represents the assignment of a working-time-arrangement to an employee over a given period startsOn - endsOn.

get/schedule/api/employee-assignments

Query parameters

pageinteger

Page number

limitinteger

Page size

fields.root'count'

Include collection properties.

workingTimeArrangement.idinteger[]

Only return results that match one of the given working time arrangement ID.

-workingTimeArrangement.idinteger[]

Only return results that DO NOT match one of the given working time arrangement ID (exclude).

employee.idinteger[]

Only return results that match one of the given employee ID.

-employee.idinteger[]

Only return results that DO NOT match one of the given employee ID.

employee.applicableEstablishment.idinteger[]

Only return results for employees who belong to one of the given business-establishment ID.

-employee.applicableEstablishment.idinteger[]

Only return results for employees who DO NOT belong to one of the given business-establishment ID (exclude).

employee.applicableDepartment.idinteger[]

Only return results for employees who belong to one of the given department ID.

-employee.applicableDepartment.idinteger[]

Only return results for employees who DO NOT belong to one of the given department ID (exclude).

startsBeforestring date

Assignment start date must be strictly less than given date.

startsAfterstring date

Assignment start date strictly greater than given date.

endsBeforestring date

Assignment end date must be strictly less than given date.

endsAfterstring date

Assignment end date strictly greater than given date.

sort'startsOn'

Sort items by a property.

Response

OK