Cmdlets for Greenhouse

Build 24.0.9062

Select-Greenhouse Cmdlet

Parameters   Output Objects  

Searches Greenhouse data.

Syntax

Select-Greenhouse [parameters]

Remarks

The Select-Greenhouse cmdlet allows you to use a syntax similar to SQL SELECT statements to search Greenhouse data.

$conn = Connect-Greenhouse -APIKey 'YourAPIKey'
Select-Greenhouse -Connection $conn -Table "Applications" -Columns @("Id","CandidateId") -Where "Id='27838971007'"

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