Rippling integration (Productivity, Security). Imported from open-connector.
https://rest.ripplingapis.com/companies/
| Param | Type | Required | Description |
|---|---|---|---|
| expand | string | optional | Comma-separated Rippling expandable fields to include in the response. |
| order_by | string | optional | Rippling sort expression such as id, created_at, or updated_at. |
| cursor | string | optional | Cursor from the previous Rippling next_link value. |
/workers/
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | optional | Rippling filter expression for worker fields. |
| expand | string | optional | Comma-separated Rippling expandable fields to include in the response. |
| order_by | string | optional | Rippling sort expression such as id, created_at, or updated_at. |
| cursor | string | optional | Cursor from the previous Rippling next_link value. |
/workers/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Rippling worker ID. |
| expand | string | optional | Comma-separated Rippling expandable fields to include in the response. |
/departments/
| Param | Type | Required | Description |
|---|---|---|---|
| expand | string | optional | Comma-separated Rippling expandable fields to include in the response. |
| order_by | string | optional | Rippling sort expression such as id, created_at, or updated_at. |
| cursor | string | optional | Cursor from the previous Rippling next_link value. |