CData Python Connector for Greenhouse

Build 24.0.9062

Establishing a Connection

The objects available within our connector are accessible from the "cdata.greenhouse" module. To use the module's objects directly:

  1. Import the module as follows:
    import cdata.greenhouse as mod
  2. To establish a connection string, call the connect() method from the connector object using an appropriate connection string, such as:
    mod.connect("APIKey=YourAPIKey;")

Connecting to Greenhouse

You need an API key to connect to Greenhouse. To create an API key, follow the steps below:

  1. Click the Configure icon in the navigation bar and locate Dev Center on the left.
  2. Select API Credential Management.
  3. Click Create New API Key.
    • Set "API Type" to Harvest.
    • Set "Partner" to custom.
    • Optionally, provide a description.
  4. Proceed to Manage permissions and select the appropriate permissions based on the resources you want to access through the connector.
  5. Copy the created key and set APIKey to that value.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062