Get a list of tabular fields

This endpoint can help discover table fields available in your BambooHR account.

Sample Response

[
    {
        "alias": "jobInfo",
        "fields": [
            {
                "id": 4028,
                "name": "Job Information: Date",
                "alias": "date",
                "type": "date"
            },
            {
                "id": 18,
                "name": "Location",
                "alias": "location",
                "type": "list"
            },
            {
                "id": 4,
                "name": "Department",
                "alias": "department",
                "type": "list"
            },
            {
                "id": 1355,
                "name": "Division",
                "alias": "division",
                "type": "list"
            },
            {
                "id": 17,
                "name": "Job Title",
                "alias": "jobTitle",
                "type": "list"
            },
            {
                "id": 91,
                "name": "Reporting to",
                "alias": "reportsTo",
                "type": "employee"
            }
        ]
    }
]
<tables>
<table alias="jobInfo">
<field id="4028" alias="date" type="date">Job Information: Date</field>
<field id="18" alias="location" type="list">Location</field>
<field id="4" alias="department" type="list">Department</field>
<field id="1355" alias="division" type="list">Division</field>
<field id="17" alias="jobTitle" type="list">Job title</field>
<field id="91" alias="reportsTo" type="employee">Reporting to</field>
</table>
</tables>
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!