SmartRecruiters integration (Productivity, Data). Imported from open-connector.
https://api.smartrecruiters.com/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | The SmartRecruiters full-text search query. |
| limit | integer | optional | The maximum number of items to return. SmartRecruiters allows up to 100. |
| pageId | string | optional | The SmartRecruiters pageId cursor returned by a previous page. |
| language | string | optional | The language code for localized SmartRecruiters job content. |
| city | array | optional | The city filters to apply to SmartRecruiters jobs. |
| department | array | optional | The department label filters to apply to SmartRecruiters jobs. |
| updatedAfter | string | optional | An ISO8601-formatted SmartRecruiters date-time boundary. |
| lastActivityAfter | string | optional | An ISO8601-formatted SmartRecruiters date-time boundary. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The SmartRecruiters resource identifier. |
| language | string | optional | The language code for localized SmartRecruiters job content. |
/candidates
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | The SmartRecruiters full-text search query. |
| limit | integer | optional | The maximum number of items to return. SmartRecruiters allows up to 100. |
| pageId | string | optional | The SmartRecruiters pageId cursor returned by a previous page. |
| jobId | array | optional | The SmartRecruiters job IDs used to filter candidate applications. |
| location | array | optional | The location keywords used to filter candidates. |
| status | array | optional | The candidate status filters in the context of a job. |
| tag | array | optional | The candidate tag filters to apply. |
| updatedAfter | string | optional | An ISO8601-formatted SmartRecruiters date-time boundary. |
| subStatus | string | optional | The candidate sub-status filter used with a status filter. |
/candidates/{candidateId}
| Param | Type | Required | Description |
|---|---|---|---|
| candidateId | string | required | The SmartRecruiters resource identifier. |