Freshteam integration (Productivity, Data). Imported from open-connector.
https://{domain}.freshteam.com/api/employees
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for the Freshteam list request. |
| status | string | optional | Freshteam employee status filter. |
| firstName | string | optional | First name used to filter Freshteam employees. |
| lastName | string | optional | Last name used to filter Freshteam employees. |
| personalEmail | string | optional | Personal email address used to filter Freshteam employees. |
| officialEmail | string | optional | Official email address used to filter Freshteam employees. |
| employeeType | string | optional | Freshteam employee type filter. |
| departmentId | integer | optional | Freshteam department identifier filter. |
| businessUnitId | integer | optional | Freshteam business unit identifier filter. |
| locationIds | array | optional | Freshteam location identifiers used to filter employee results. |
| reportingManagerId | integer | optional | Freshteam employee identifier for the reporting manager filter. |
| updatedSince | string | optional | ISO 8601 timestamp used as Freshteam's updated_since filter. |
| sort | string | optional | Freshteam employee field used for sorting results. |
| sortType | string | optional | Freshteam sort direction. |
| draft | boolean | optional | Whether to return Freshteam draft employees. |
| terminated | boolean | optional | Whether to return Freshteam terminated employees. |
| deleted | boolean | optional | Whether to return Freshteam deleted employees. |
/api/employees/{employeeId}
| Param | Type | Required | Description |
|---|---|---|---|
| employeeId | integer | required | Freshteam employee identifier. |
| include | array | optional | Freshteam include tokens for employee details. |
/api/employee_fields
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for the Freshteam list request. |
/api/job_postings
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for the Freshteam list request. |
| status | string | optional | Freshteam job posting status filter. |
| title | string | optional | Freshteam job posting title filter. |
| type | string | optional | Freshteam job posting type filter. |
| departmentId | integer | optional | Freshteam department identifier filter. |
| locationId | integer | optional | Freshteam location identifier filter. |
| remote | boolean | optional | Whether to filter Freshteam job postings by remote status. |
| locationCity | string | optional | Freshteam job posting city filter. |
| locationCountry | string | optional | Freshteam job posting country code filter. |
/api/job_postings/{jobPostingId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobPostingId | integer | required | Freshteam job posting identifier. |
/api/job_posting_fields
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for the Freshteam list request. |
/api/job_postings/{jobPostingId}/applicant_fields
| Param | Type | Required | Description |
|---|---|---|---|
| jobPostingId | integer | required | Freshteam job posting identifier. |
| page | integer | optional | Page number for the Freshteam list request. |
/api/candidate_sources
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for the Freshteam list request. |
/api/candidate_source_categories
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for the Freshteam list request. |