Booqable integration (Productivity, Data). Imported from open-connector.
https://{company_slug}.booqable.com/api/4/companies/current
| Param | Type | Required | Description |
|---|---|---|---|
| fields | object | optional | Booqable fields keyed by resource type, for example { customers: "id,name" }. |
| extraFields | object | optional | Booqable extra fields keyed by resource type, for example { companies: "subscri… |
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| fields | object | optional | Booqable fields keyed by resource type, for example { customers: "id,name" }. |
| filter | object | optional | Booqable filter object. Nested operators are encoded as filter[field][operator]. |
| include | string | optional | Comma-separated Booqable relationships to sideload. |
| meta | object | optional | Booqable meta aggregation object. Arrays are encoded with bracket query paramet… |
| pageNumber | integer | optional | The Booqable page number to request. |
| pageSize | integer | optional | The number of Booqable records to request per page. |
| sort | string | optional | Booqable sort expression such as created_at or -created_at. |
/customers/search
| Param | Type | Required | Description |
|---|---|---|---|
| search | object | optional | The Booqable advanced-search JSON body, usually containing filter.conditions an… |
/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | string | required | The Booqable customer id. |
| fields | object | optional | Booqable fields keyed by resource type, for example { customers: "id,name" }. |
| include | string | optional | Comma-separated Booqable relationships to sideload. |
/orders
| Param | Type | Required | Description |
|---|---|---|---|
| fields | object | optional | Booqable fields keyed by resource type, for example { customers: "id,name" }. |
| filter | object | optional | Booqable filter object. Nested operators are encoded as filter[field][operator]. |
| include | string | optional | Comma-separated Booqable relationships to sideload. |
| meta | object | optional | Booqable meta aggregation object. Arrays are encoded with bracket query paramet… |
| pageNumber | integer | optional | The Booqable page number to request. |
| pageSize | integer | optional | The number of Booqable records to request per page. |
| sort | string | optional | Booqable sort expression such as created_at or -created_at. |
/orders/search
| Param | Type | Required | Description |
|---|---|---|---|
| search | object | optional | The Booqable advanced-search JSON body, usually containing filter.conditions an… |
/orders/{orderId}
| Param | Type | Required | Description |
|---|---|---|---|
| orderId | string | required | The Booqable order id. |
| fields | object | optional | Booqable fields keyed by resource type, for example { customers: "id,name" }. |
| include | string | optional | Comma-separated Booqable relationships to sideload. |
/product_groups
| Param | Type | Required | Description |
|---|---|---|---|
| fields | object | optional | Booqable fields keyed by resource type, for example { customers: "id,name" }. |
| filter | object | optional | Booqable filter object. Nested operators are encoded as filter[field][operator]. |
| include | string | optional | Comma-separated Booqable relationships to sideload. |
| meta | object | optional | Booqable meta aggregation object. Arrays are encoded with bracket query paramet… |
| pageNumber | integer | optional | The Booqable page number to request. |
| pageSize | integer | optional | The number of Booqable records to request per page. |
| sort | string | optional | Booqable sort expression such as created_at or -created_at. |
/product_groups/search
| Param | Type | Required | Description |
|---|---|---|---|
| search | object | optional | The Booqable advanced-search JSON body, usually containing filter.conditions an… |
/product_groups/{productGroupId}
| Param | Type | Required | Description |
|---|---|---|---|
| productGroupId | string | required | The Booqable product group id. |
| fields | object | optional | Booqable fields keyed by resource type, for example { customers: "id,name" }. |
| include | string | optional | Comma-separated Booqable relationships to sideload. |