Tables

List all tables in a module

get

Retrieves all tables within a module

Autorisierungen
AuthorizationstringErforderlich

Enter your Workspace API key.

API keys can be generated and managed within the Workspace Integration settings in the Ninox app.

Pfadparameter
moduleNameanyErforderlich

Module name

Example: crm
workspaceIdanyErforderlich

Workspace ID

Example: 5rdco4s18swu
Antworten
200

Tables retrieved successfully

application/json
get
/api/v1/workspace/{workspaceId}/modules/{moduleName}/tables

Create a table

post

Creates a new table in a module

Autorisierungen
AuthorizationstringErforderlich

Enter your Workspace API key.

API keys can be generated and managed within the Workspace Integration settings in the Ninox app.

Pfadparameter
moduleNameanyErforderlich

Module name

Example: crm
workspaceIdanyErforderlich

Workspace ID

Example: 5rdco4s18swu
Body
namestring · min: 1 · max: 100Erforderlich

Table name

Pattern: ^[a-z0-9_]+$
hasFilesbooleanOptional

Enable files for the table

hasGlobalSearchbooleanOptional

Enable global search for the table

hasHistorybooleanOptional

Enable history for the table

isEmailLinkingEnabledbooleanOptional

Enable email linking for the table

isHiddenbooleanOptional

Hide the table

Antworten
post
/api/v1/workspace/{workspaceId}/modules/{moduleName}/tables

Get a specific table

get

Retrieves detailed information about a specific table, including its fields

Autorisierungen
AuthorizationstringErforderlich

Enter your Workspace API key.

API keys can be generated and managed within the Workspace Integration settings in the Ninox app.

Pfadparameter
tableNameanyErforderlich

Table name

Example: contacts
moduleNameanyErforderlich

Module name

Example: crm
workspaceIdanyErforderlich

Workspace ID

Example: 5rdco4s18swu
Antworten
200

Table details retrieved successfully

application/json
get
/api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}

Delete a table

delete

Deletes a table in a module

Autorisierungen
AuthorizationstringErforderlich

Enter your Workspace API key.

API keys can be generated and managed within the Workspace Integration settings in the Ninox app.

Pfadparameter
tableNameanyErforderlich

Table name

Example: contacts
moduleNameanyErforderlich

Module name

Example: crm
workspaceIdanyErforderlich

Workspace ID

Example: 5rdco4s18swu
Antworten
200

Table deleted successfully

application/json
delete
/api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}

Update a table

patch

Updates an existing table in a module

Autorisierungen
AuthorizationstringErforderlich

Enter your Workspace API key.

API keys can be generated and managed within the Workspace Integration settings in the Ninox app.

Pfadparameter
tableNameanyErforderlich

Table name

Example: contacts
moduleNameanyErforderlich

Module name

Example: crm
workspaceIdanyErforderlich

Workspace ID

Example: 5rdco4s18swu
Body
namestring · min: 1 · max: 100Optional

Table name

Pattern: ^[a-z0-9_]+$
hasFilesbooleanOptional

Enable files for the table

hasGlobalSearchbooleanOptional

Enable global search for the table

hasHistorybooleanOptional

Enable history for the table

isEmailLinkingEnabledbooleanOptional

Enable email linking for the table

isHiddenbooleanOptional

Hide the table

Antworten
200

Table updated successfully

application/json
patch
/api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}

Zuletzt aktualisiert

War das hilfreich?