Knack integration (Productivity, Data). Imported from open-connector.
https://api.knack.com/v1/objects/{objectKey}/records
| Param | Type | Required | Description |
|---|---|---|---|
| objectKey | string | required | The Knack object key, such as object_1, that identifies which object to query. |
| page | integer | optional | The 1-based page number to request from Knack. |
| rowsPerPage | integer | optional | The number of records to request per page, from 1 to 1000. |
| format | string | optional | The Knack response format query parameter forwarded to the API. |
| sortField | string | optional | The Knack field key used for server-side sorting, such as field_25. |
| sortOrder | string | optional | The Knack sort order applied to the selected sort field. |
| filters | object | optional | The Knack filters JSON object forwarded to the filters query parameter as-is. |
/objects/{objectKey}/records/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| objectKey | string | required | The Knack object key, such as object_1, that identifies which object to query. |
| recordId | string | required | The Knack record ID, such as 6838de4ef4d2453c4d1b402f, that identifies one reco… |
| format | string | optional | The Knack response format query parameter forwarded to the API. |
/objects/{objectKey}/records
| Param | Type | Required | Description |
|---|---|---|---|
| objectKey | string | required | The Knack object key, such as object_1, that identifies which object to query. |
| format | string | optional | The Knack response format query parameter forwarded to the API. |
| record | object | required | A Knack record payload containing field_xx keys and any nested data returned by… |
/objects/{objectKey}/records/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| objectKey | string | required | The Knack object key, such as object_1, that identifies which object to query. |
| recordId | string | required | The Knack record ID, such as 6838de4ef4d2453c4d1b402f, that identifies one reco… |
| format | string | optional | The Knack response format query parameter forwarded to the API. |
| record | object | required | A Knack record payload containing field_xx keys and any nested data returned by… |
/objects/{objectKey}/records/{knackRecordId}
| Param | Type | Required | Description |
|---|---|---|---|
| objectKey | string | required | The Knack object key, such as object_1, that identifies which object to query. |
| recordId | string | optional | The Knack record ID, such as 6838de4ef4d2453c4d1b402f, that identifies one reco… |
| knackRecordId | string | required | Path parameter: knackRecordId |