Ninox integration (Productivity, Data). Imported from open-connector.
https://api.ninox.com/v1/teams
/teams/{teamId}
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
/teams/{teamId}/databases
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
/teams/{teamId}/databases/{databaseId}
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
/teams/{teamId}/databases/{databaseId}/tables
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
/teams/{teamId}/databases/{databaseId}/tables/{tableId}
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
| tableId | string | required | The Ninox table identifier. |
/teams/{teamId}/databases/{databaseId}/tables/{tableId}/records
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
| tableId | string | required | The Ninox table identifier. |
| choiceStyle | string | optional | How Ninox should render choice or date values in the response. |
/teams/{teamId}/databases/{databaseId}/tables/{tableId}/records/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
| tableId | string | required | The Ninox table identifier. |
| recordId | integer | required | The Ninox record identifier. |
| choiceStyle | string | optional | How Ninox should render choice or date values in the response. |
| style | string | optional | How Ninox should render choice or date values in the response. |
/teams/{teamId}/databases/{databaseId}/tables/{tableId}/record
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
| tableId | string | required | The Ninox table identifier. |
| filters | object | required | Filters keyed by Ninox field identifier or field name for single-record lookup. |
| style | string | optional | How Ninox should render choice or date values in the response. |
| dateStyle | string | optional | How Ninox should render choice or date values in the response. |
| choiceStyle | string | optional | How Ninox should render choice or date values in the response. |
/teams/{teamId}/databases/{databaseId}/tables/{tableId}/records
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
| tableId | string | required | The Ninox table identifier. |
| records | array | required | The records to create or update in Ninox. |
/teams/{teamId}/databases/{databaseId}/tables/{tableId}/records/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
| tableId | string | required | The Ninox table identifier. |
| recordId | integer | required | The Ninox record identifier. |
/teams/{teamId}/databases/{databaseId}/tables/{tableId}/records
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Ninox workspace identifier. |
| databaseId | string | required | The Ninox database identifier. |
| tableId | string | required | The Ninox table identifier. |
| recordIds | array | required | The Ninox record IDs to delete. |