Teamtailor integration (Productivity). Imported from open-connector.
https://api.na.teamtailor.com/v1/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| stack | string | optional | The Teamtailor stack that stores the account data. |
| pageSize | integer | optional | The number of resources to return. Teamtailor allows at most 30. |
| pageAfter | string | optional | The cursor for the next page returned by Teamtailor links. |
| pageBefore | string | optional | The cursor for the previous page returned by Teamtailor links. |
| include | array | optional | JSON:API relationship names to include in the Teamtailor response. |
| departmentId | string | optional | Only return jobs for this Teamtailor department ID. |
| locationId | string | optional | Only return jobs for this Teamtailor location ID. |
| status | string | optional | Only return jobs matching this Teamtailor status. |
| sort | string | optional | Teamtailor sort expression, such as id or -created-at. |
/v1/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| stack | string | optional | The Teamtailor stack that stores the account data. |
| jobId | string | required | The Teamtailor job ID to retrieve. |
| include | array | optional | JSON:API relationship names to include in the Teamtailor response. |
/v1/departments
| Param | Type | Required | Description |
|---|---|---|---|
| stack | string | optional | The Teamtailor stack that stores the account data. |
| pageSize | integer | optional | The number of resources to return. Teamtailor allows at most 30. |
| pageAfter | string | optional | The cursor for the next page returned by Teamtailor links. |
| pageBefore | string | optional | The cursor for the previous page returned by Teamtailor links. |
| include | array | optional | JSON:API relationship names to include in the Teamtailor response. |
| sort | string | optional | Teamtailor sort expression, such as id or name. |
/v1/locations
| Param | Type | Required | Description |
|---|---|---|---|
| stack | string | optional | The Teamtailor stack that stores the account data. |
| pageSize | integer | optional | The number of resources to return. Teamtailor allows at most 30. |
| pageAfter | string | optional | The cursor for the next page returned by Teamtailor links. |
| pageBefore | string | optional | The cursor for the previous page returned by Teamtailor links. |
| include | array | optional | JSON:API relationship names to include in the Teamtailor response. |
| sort | string | optional | Teamtailor sort expression, such as id or name. |