Greenhouse integration (Productivity, Data). Imported from open-connector.
https://harvest.greenhouse.io/v1/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| perPage | integer | optional | Maximum number of records to return in one response. |
| page | integer | optional | Greenhouse page number to request. |
| skipCount | boolean | optional | Whether to omit the last pagination link for faster list requests. |
| createdBefore | string | optional | Return only records created before this ISO-8601 timestamp. |
| createdAfter | string | optional | Return only records created at or after this ISO-8601 timestamp. |
| updatedBefore | string | optional | Return only records updated before this ISO-8601 timestamp. |
| updatedAfter | string | optional | Return only records updated at or after this ISO-8601 timestamp. |
| status | string | optional | Return only jobs with this status. |
| requisitionId | string | optional | Return only jobs matching this requisition ID. |
| openingId | string | optional | Return only jobs containing this opening ID. |
| departmentId | integer | optional | Return only jobs in this Greenhouse department. |
| externalDepartmentId | string | optional | Return only jobs in the department matching this external department ID. |
/jobs/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The job ID. |
/candidates
| Param | Type | Required | Description |
|---|---|---|---|
| perPage | integer | optional | Maximum number of records to return in one response. |
| page | integer | optional | Greenhouse page number to request. |
| skipCount | boolean | optional | Whether to omit the last pagination link for faster list requests. |
| createdBefore | string | optional | Return only records created before this ISO-8601 timestamp. |
| createdAfter | string | optional | Return only records created at or after this ISO-8601 timestamp. |
| updatedBefore | string | optional | Return only records updated before this ISO-8601 timestamp. |
| updatedAfter | string | optional | Return only records updated at or after this ISO-8601 timestamp. |
| jobId | integer | optional | Return only candidates who have applied to this job. |
| string | optional | Return only candidates with this email address. | |
| candidateIds | array | optional | Return only candidates with these IDs. Greenhouse accepts up to 50 candidate ID… |
/candidates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The candidate ID. |
/applications
| Param | Type | Required | Description |
|---|---|---|---|
| perPage | integer | optional | Maximum number of records to return in one response. |
| page | integer | optional | Greenhouse page number to request. |
| skipCount | boolean | optional | Whether to omit the last pagination link for faster list requests. |
| candidateId | integer | optional | Return only applications for this candidate. |
| jobId | integer | optional | Return only applications for this job. |
| status | string | optional | Return only applications with this Greenhouse status. |
/applications/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The application ID. |
/candidates/{candidateId}/activity_feed/notes
| Param | Type | Required | Description |
|---|---|---|---|
| candidateId | integer | required | The Greenhouse candidate ID that receives the note. |
| onBehalfOfUserId | integer | optional | The Greenhouse user ID supplied in the required On-Behalf-Of audit header. |
| body | string | optional | The note body to add to the candidate activity feed. |
| visibility | string | optional | The Greenhouse note visibility. |