Employees
Overview
Export data from the API through pagination. Request the first page of an export
by not specifying the starting_after
field. Next pages can be requested by
setting the starting_after
field to the last external_id
from the previous
page. When there is no more data after the requested page, has_next
will be
false
.
Was this page helpful?