Workable integration (Productivity, Data). Imported from open-connector.
https://{subdomain}.workable.com/spi/v3/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| state | string | optional | The current job state to filter by. |
| limit | integer | optional | The number of records to retrieve per page. Workable allows up to 100. |
| since_id | string | optional | Return jobs with an ID greater than or equal to this value. |
| max_id | string | optional | Return jobs with an ID less than or equal to this value. |
| created_after | string | optional | Return jobs created after this ISO 8601 or Unix timestamp. |
| updated_after | string | optional | Return jobs updated after this ISO 8601 or Unix timestamp. |
| include_fields | array | optional | Additional job fields to include in each result. |
/jobs/{shortcode}
| Param | Type | Required | Description |
|---|---|---|---|
| shortcode | string | required | The Workable system-generated job shortcode. |
/candidates
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The candidate email address to filter by. | |
| shortcode | string | optional | The Workable system-generated job shortcode to filter by. |
| stage | string | optional | The Workable stage slug to filter by. |
| limit | integer | optional | The number of records to retrieve per page. Workable allows up to 100. |
| since_id | string | optional | Return candidates with an ID greater than or equal to this value. |
| max_id | string | optional | Return candidates with an ID less than or equal to this value. |
| created_after | string | optional | Return candidates created after this ISO 8601 or Unix timestamp. |
| updated_after | string | optional | Return candidates updated after this ISO 8601 or Unix timestamp. |
/candidates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Workable candidate identifier. |