-
Get the list of employees:
- Use
GET /companies/{companyId}/employeesto retrieve all employees in the company.
- Use
-
Get consumptions for each employee:
- Iterate through the list of employees and use
GET /companies/{companyId}/employees/{employeeId}/consumptions?payroll=YYYY-MMto retrieve confirmed consumptions for the desired payroll cycle (Format:YYYY-MM).
- Iterate through the list of employees and use

Key Points
- If the
payrollparameter is not provided, the API works with the ongoing cycle.