Hi, When utilizing the endpoint https://employeeapi.employeecore.hrm.visma.net/v1/employees?page-size=10 my expectation was to receive a response containing a list of 10 employees along with a nextCursor parameter for querying the subsequent set of 10 employees. I have both tested this functionality in my code and examined the Swagger documentation. However, instead of receiving the expected 10 employees, I am getting responses containing all registered employees. This discrepancy is causing concern, particularly regarding how the API will perform when handling clients with more than 200 employees, which is the maximum limit specified in the documentation for this request. Unfortunately, I lack access to a client with a sufficiently large number of employees to conduct thorough testing in this regard. Regards, Richard Larre, ECIT Capstone
... View more