Hibob

Version 0.0.16

πŸ“˜

Checkout theΒ docs here for more information

Set up


To set up the Hibob connector, you will need an API token. The token can be obtained from the the API access section of your profile in the Hibob front-end. Please see the API docs link above ☝️ for further guidance. Please also ensure you have given the API token sufficient 'Approved Scopes'. Here are for instructions on managing these scopes.

Features


FeatureSupportNotes
Backfillβœ…All-time except for Time-Off which is customisable by selecting a date
Incremental❌
API reliability🟒Reliable

Reports detail


⬇️ ReportπŸ”‘ Incremental keyπŸ”‘ Primary keyπŸ“„ Link to API endpoint
PeopleN/AidRead all company employees
TasksN/AidRead all open tasks
ReportsN/AidRead company reports
Download ReportN/AidDownload the report by id
Time OffN/Arequest_idGet timeoff since the specified date
SalariesN/AidList employees salary history
LifecyclesN/AidList employee's life-cycle status history
Work HistoryN/AidList employee's work history
Employment HistoryN/AidList employee's work history
Named ListsN/AnameGet all company named lists
FieldsN/AidGet all company fields
PayrollN/AidRead payroll history
TitlesN/AidGet specific company named list
All Custom TablesN/Aemployee_id ,table_idRead all entries of the given custom table
Single Custom TableN/Aemployee_idRead all entries of the given custom table
Custom Tables MetadataN/AidRead metadata of custom tables defined

πŸ“˜

Values in "All Custom Tables" and "Single Custom Table" reports

The data in the "VALUES_" field will be of key value pairs, where the keys are in fact not the names of the columns of the custom table, but the id-s of those columns.

You may want to deal with that in a Transofrm layer. The Custom Tables Metadata report will contain the information which column id corresponds to which column name.

πŸ“˜

Single Custom Table

This report will need you to specify a Custom Table name.

It is important to give the correct name exactly as it appears on the custom table. The field is also case-sensitive.