How to start using HR Connect API

Modified on Mon, 4 Aug at 2:49 PM

Get started with HRConnect API


A few examples and details

In the current version HR Connect API supports export functionality through GET operations. Most entities expose following structure of endpoints:

  • Retrieve all entities (ex – Get all email addresses)
  • Retrieve entities related to given unit (ex – Get all email addresses related to person B)
  • Retrieve single entity based on given identifier
  • Retrieve all entities of given type (ex – Get all primary email addresses)

For endpoints ‘Retrieve all’ there is a pagination mechanism that allows to get data in chunks. Pagination parameter are passed as query parameters.


Default value for pagination is page 1 and 100 records. Endpoints with pagination support will return response decorated with headers that inform what is total count of records, whether there is a next page, and so on. 


For example pagination headers response:

x-has-next-page: True

x-page: 1

x-page-size: 100

x-total-count: 1034

x-total-pages: 11

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article