Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Greenhouse APIs.
Key Features
- The connector models Greenhouse entities as relational views, allowing you to write SQL to query Greenhouse data.
- Live connectivity to these objects means any changes to your Greenhouse account are immediately reflected when using the connector.
Views
Views are read-only tables that expose Greenhouse entities such as applications, candidates, and jobs.
Custom Fields
Some entities can have custom fields attached to them. The default behavior is to not include those since it may introduce some overhead the first time the connector retrieves them. Set IncludeCustomFields to True to enable retrieval of these fields.