Select-Greenhouse Cmdlet
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'"