# Personnel Data ## API Docs - [/company/attendances](https://jblcm5mczq.apidog.io/api-3530332.md): This endpoint is responsible for fetching attendance data for the company employees. It is possible to paginate results, filter by period, the date and/or time it was updated, and/or specific employees. The result will contain a list of attendance periods, structured as defined here. - [/company/attendances](https://jblcm5mczq.apidog.io/api-3530340.md): This endpoint is responsible for adding attendance data for the company employees. It is possible to add attendances for one or many employees at the same time. The payload sent on the request should be a list of attendance periods, in the form of an array containing attendance period objects. - [/company/attendances/{id}](https://jblcm5mczq.apidog.io/api-3530338.md): This endpoint is responsible for deleting attendance data for the company employees. - [/company/attendances/{id}](https://jblcm5mczq.apidog.io/api-3530342.md): This endpoint is responsible for updating attendance data for the company employees. Attributes are not required and if not specified, the current value will be used. It is not possible to change the employee id. - [/company/employees](https://jblcm5mczq.apidog.io/api-3530331.md): List Employees - [Create an employee](https://jblcm5mczq.apidog.io/api-3530339.md): Creates new employee. Status of the employee will be set to `active` if `hire_date` provided is in past. Otherwise status will be set to `onboarding`. This endpoint will respond with `id` of created employee in case of success. - [/company/employees/{employee_id}](https://jblcm5mczq.apidog.io/api-3530334.md): Show employee by ID - [/company/employees/{employee_id}/profile-picture/{width}](https://jblcm5mczq.apidog.io/api-3530336.md): Show employee profile picture - [/company/time-off-types](https://jblcm5mczq.apidog.io/api-3530341.md): Provides a list of available time-off types, for example 'Paid vacation', 'Parental leave' or 'Home office' - [/company/time-offs](https://jblcm5mczq.apidog.io/api-3530335.md): This endpoint is responsible for fetching absence data for the company employees. It is possible to paginate results, filter by period and/or specific employees. The result will contain a list of absence periods, structured as defined here. - [/company/time-offs](https://jblcm5mczq.apidog.io/api-3530343.md): This endpoint is responsible for adding absence data for the company employees. - [/company/time-offs/{id}](https://jblcm5mczq.apidog.io/api-3530333.md): This endpoint is responsible for deleting absence period data for the company employees. - [/company/time-offs/{id}](https://jblcm5mczq.apidog.io/api-3530337.md): Absence Period