7shifts integration (Productivity). Imported from open-connector.
https://api.7shifts.com/v2/whoami
| Param | Type | Required | Description |
|---|---|---|---|
| apiVersion | string | optional | The 7shifts API version to send as x-api-version. |
| companyGuid | string | optional | The 7shifts company GUID to send as x-company-guid. |
/v2/companies
| Param | Type | Required | Description |
|---|---|---|---|
| apiVersion | string | optional | The 7shifts API version to send as x-api-version. |
| companyGuid | string | optional | The 7shifts company GUID to send as x-company-guid. |
| modified_since | string | optional | A date in YYYY-MM-DD format. |
/v2/companies/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| apiVersion | string | optional | The 7shifts API version to send as x-api-version. |
| companyGuid | string | optional | The 7shifts company GUID to send as x-company-guid. |
| id | integer | required | The 7shifts company ID. |
/v2/company/{company_id}/locations
| Param | Type | Required | Description |
|---|---|---|---|
| apiVersion | string | optional | The 7shifts API version to send as x-api-version. |
| companyGuid | string | optional | The 7shifts company GUID to send as x-company-guid. |
| company_id | integer | required | The 7shifts company ID. |
| modified_since | string | optional | A date in YYYY-MM-DD format. |
| deleted | boolean | optional | Whether to include deleted locations. |
| cursor | string | optional | The cursor for the next or previous page of results. |
| limit | integer | optional | The number of results desired per page. |
/v2/company/{company_id}/departments
| Param | Type | Required | Description |
|---|---|---|---|
| apiVersion | string | optional | The 7shifts API version to send as x-api-version. |
| companyGuid | string | optional | The 7shifts company GUID to send as x-company-guid. |
| company_id | integer | required | The 7shifts company ID. |
| modified_since | string | optional | A date in YYYY-MM-DD format. |
| location_id | integer | optional | The 7shifts location ID. |
| cursor | string | optional | The cursor for the next or previous page of results. |
| limit | integer | optional | The number of results desired per page. |
/v2/company/{company_id}/roles
| Param | Type | Required | Description |
|---|---|---|---|
| apiVersion | string | optional | The 7shifts API version to send as x-api-version. |
| companyGuid | string | optional | The 7shifts company GUID to send as x-company-guid. |
| company_id | integer | required | The 7shifts company ID. |
| location_id | integer | optional | The 7shifts location ID. |
| department_id | integer | optional | The 7shifts department ID. |
| ids | array | optional | The role IDs to include. |
| modified_since | string | optional | A date in YYYY-MM-DD format. |
| cursor | string | optional | The cursor for the next or previous page of results. |
| limit | integer | optional | The number of results desired per page. |
/v2/company/{company_id}/users
| Param | Type | Required | Description |
|---|---|---|---|
| apiVersion | string | optional | The 7shifts API version to send as x-api-version. |
| companyGuid | string | optional | The 7shifts company GUID to send as x-company-guid. |
| company_id | integer | required | The 7shifts company ID. |
| modified_since | string | optional | A date in YYYY-MM-DD format. |
| location_id | integer | optional | The 7shifts location ID. |
| department_id | integer | optional | The 7shifts department ID. |
| role_id | integer | optional | The 7shifts role ID. |
| status | string | optional | The user status to filter by. |
| name | string | optional | A partial or full employee name to filter by. |
| sort_by | string | optional | The user sort expression, such as firstname.asc,lastname.desc. |
| cursor | string | optional | The cursor for the next or previous page of results. |
| limit | integer | optional | The number of results desired per page. |