JazzHR integration (Productivity, Data). Imported from open-connector.
https://api.resumatorapi.com/v1/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The JazzHR result page to request. JazzHR pages start at 1 and return up to 100… |
| title | string | optional | Filter jobs by title. |
| recruiter | string | optional | Filter jobs by recruiter. |
| board_code | string | optional | Filter jobs by board code. |
| department | string | optional | Filter jobs by department. |
| hiring_lead | string | optional | Filter jobs by hiring lead. |
| state | string | optional | Filter jobs by state. |
| city | string | optional | Filter jobs by city. |
| from_open_date | string | optional | Only include jobs opened on or after this date. |
| to_open_date | string | optional | Only include jobs opened on or before this date. |
| status | string | optional | The JazzHR job status filter. |
| confidential | boolean | optional | Whether this JazzHR boolean filter should match. |
| private | boolean | optional | Whether this JazzHR boolean filter should match. |
/{pathPrefix}/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | string | required | The JazzHR job ID. |
| pathPrefix | string | required | Path parameter: pathPrefix |
| id | string | required | Path parameter: id |
/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The JazzHR result page to request. JazzHR pages start at 1 and return up to 100… |
| name | string | optional | Filter applicants by any substring in first or last name. |
| city | string | optional | Filter applicants by city. |
| job_id | string | optional | Filter applicants by JazzHR job ID. |
| job_title | string | optional | Filter applicants by job title. |
| recruiter_id | string | optional | Filter applicants by recruiter ID. |
| apply_date | string | optional | Filter applicants by exact applied date. |
| from_apply_date | string | optional | Only include applicants who applied on or after this date. |
| to_apply_date | string | optional | Only include applicants who applied on or before this date. |
| status | string | optional | Filter applicants by workflow status ID. |
| rating | integer | optional | Filter applicants by rating from 1 to 5. |
/{pathPrefix}/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| applicant_id | string | required | The JazzHR applicant ID. |
| pathPrefix | string | required | Path parameter: pathPrefix |
| id | string | required | Path parameter: id |
/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The JazzHR result page to request. JazzHR pages start at 1 and return up to 100… |
| name | string | optional | Filter users by name. |
| string | optional | Filter users by email address. | |
| type | string | optional | Filter users by type, such as Administrator, Manager, User, Recruiter, Employee… |
/{pathPrefix}/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| user_id | string | required | The JazzHR user ID. |
| pathPrefix | string | required | Path parameter: pathPrefix |
| id | string | required | Path parameter: id |