Table rows
bamboohr_table_rowsRetrieve employee table rows for job history, compensation, or custom tables like equipment and certificates, for a single employee or all employees.
Instructions
Read the rows of an employee table for one employee or for everyone: job history (jobInfo), compensation, employmentStatus, or any custom table (e.g. equipment, certificates). Get valid table aliases from bamboohr_list_tables. Rows are unsorted; sort by date yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table alias, e.g. jobInfo, compensation, employmentStatus, customEquipment. | |
| employeeId | No | Internal employee id. Omit for all employees the key may see. |