Quipteams integration (Productivity, Data). Imported from open-connector.
https://api.quipteams.com/api/v1/quotes
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Filter by quote status, such as pending, delivered, or completed. |
| country | string | optional | Filter by country using the partial-match behavior documented by Quipteams. |
| created_after | string | optional | Timestamp returned by Quipteams. |
| created_before | string | optional | Timestamp returned by Quipteams. |
| sort | string | optional | Sort order accepted by Quipteams quote list. |
| limit | integer | optional | Items per page. Quipteams allows 1 to 100. |
| cursor | string | optional | Pagination cursor returned by Quipteams. |
/api/v1/quotes/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Quipteams quote order_id. |
/api/v1/assets
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Which Quipteams assets to return. |
| serial_number | string | optional | Filter by exact asset serial number. |
| item_id | string | optional | Filter by exact asset UUID. |
| country | string | optional | Filter by asset country. |
| device_type | string | optional | Quipteams device type. |
| search | string | optional | Search across serial number, description, and employee. |
| sort | string | optional | Sort order accepted by this Quipteams list endpoint. |
| limit | integer | optional | Items per page. Quipteams allows 1 to 100. |
| cursor | string | optional | Pagination cursor returned by Quipteams. |
/api/v1/device-actions
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Filter by device action status. |
| action_type | string | optional | Filter by device action type. |
| serial_number | string | optional | Filter by device serial number. |
| include_asset | boolean | optional | Whether to include the full holding asset data for each device. |
| created_after | string | optional | Timestamp returned by Quipteams. |
| created_before | string | optional | Timestamp returned by Quipteams. |
| sort | string | optional | Sort order accepted by this Quipteams list endpoint. |
| limit | integer | optional | Items per page. Quipteams allows 1 to 100. |
| cursor | string | optional | Pagination cursor returned by Quipteams. |
/api/v1/device-actions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Quipteams device action UUID. |
| include_asset | boolean | optional | Whether to include the full holding asset data for the device. |
/api/v1/products
| Param | Type | Required | Description |
|---|---|---|---|
| product_type | string | optional | Quipteams device type. |
| brand | string | optional | Filter by brand, case-insensitive. |
| search | string | optional | Search by brand or model name. |
| cpu | string | optional | A Quipteams catalog filter value. |
| ram | string | optional | A Quipteams catalog filter value. |
| storage | string | optional | A Quipteams catalog filter value. |
| screen_size | string | optional | A Quipteams catalog filter value. |
| resolution | string | optional | A Quipteams catalog filter value. |
| connection_type | string | optional | A Quipteams catalog filter value. |
| include_inactive | boolean | optional | Whether to include inactive products. |
/api/v1/products/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Quipteams product UUID. |
/api/v1/kits
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Search kits by name. |
| tag | string | optional | Filter kits by tag. |
| region | string | optional | Filter kits by exact region. |
| sort | string | optional | Sort order accepted by the Quipteams kit list endpoint. |
| limit | integer | optional | Items per page. Quipteams allows 1 to 100. |
| cursor | string | optional | Pagination cursor returned by Quipteams. |
/api/v1/kits/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Quipteams kit UUID. |
/api/v1/employees
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Filter by employee status. |
| search | string | optional | Search across employee name and email. |
| limit | integer | optional | Items per page. Quipteams allows 1 to 100. |
| cursor | string | optional | Pagination cursor returned by Quipteams. |
/api/v1/employees/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Quipteams employee UUID. |