GETTING STARTED
Introduction
Core capabilities of Workspace.ai
Release Notes
Product Keyboard Shortcuts
FAQ

WORKSPACES - ORGANIZE YOUR WORK
Workspace Overview
Create a new workspace
Join an existing workspace
Perform other actions on a workspace board
Upload files to your workspace
Add Boards to workspace
Create Folder

TABLE
Table Overview
Create a new table from scratch
Import data into your table
Connect to an existing data source
Create a new table from a template
Add a column to the table
Collaborate using Add ON in a table
Add a new view to the table
Other options in the table
Perform other actions in the table
Perform other actions on a record in a table

APPLICATION
Application Overview
Create a new application
Add a new table to your application
Perform other actions in an application

AUTOMATIONS & INTEGRATIONS
Automations & Integrations Overview
Create automation and automation triggers
Integration with external third-party tools

DOCUMENTS
AI Document Overview
Create a new document
Create a new document from a template
Modify the document using contextual items
Manage your document
Perform other actions in the document

EMBED
Embed Overview
Embed a webpage
Perform other actions on the embedded webpage

HOME
Home page overview

TO-DOs
To-Do Overview
Create a new task
Perform other actions in the To-Dos list
Filter options in the To-do list

CALENDAR
Calendar Overview
Create a new Calendar event

UNIVERSAL SEARCH
Search Overview
How to use the search and apply filters
Connect to an external search skill for extended search

ADMINISTRATION
Add a new bot skill

WORK WITH KORA BOT
Kora Overview & Capabilities
How to use the Kora Bot
Manage Widgets in Kora Bot

ANALYTICS
Analytics Overview
Create a new dashboard
Perform other actions in a dashboard
Add a widget in a dashboard
Perform more actions on a widget

API REFERENCE
API Introduction
Generating an API key
List of APIs
User Profile APIs
Get self-user profile
Search for users account
Search for workspaces of users
Table App APIs
Search for a Table App for which user got access
Get specific tableapp by tablapp ID
Get specific table of a tableapp using table ID
Get rows of a table
Create row inside a table with content
Get specific row of a table using rowID
Update specific row of a table using rowID
Delete specific row of a table using rowID
Poll for table row updates from specific time
  1. Home
  2. Table app API
  3. Get specific tableapp by tablapp ID

Get specific tableapp by tablapp ID

Description

To search for a table application using a specific table app ID.

Note: To use this API a personal user profile token must be generated. For more information about how to get an API key see, Generating API key.
GET https://app.workspace.ai/api/public/tableApps/{{tableAppId

Header

Invoke the API with JWT in the header with the following syntax:

auth: {{apiKey}}

API Parameters

Parameter Description
tableAppId Name of the table app ID received in the API from the table app for which you have access.

Response Content Type

application/json

Sample Request

curl --location -g --request GET 'https://Workspace.ai.kore.ai/public/tableApps/{{tableAppId}}' \
--header 'auth: {{apiKey}}'

Sample Response

{
"id": "i-0d7d6f7b-c961-5401-bdd2-16fc738d7b62",
"name": "Platform Campaigns",
"wsId": "62baff5024c65d127485187a",
"appId": "i-0d7d6f7b-c961-5401-bdd2-16fc738d7b62",
"tables": [
{
"id": "62bb04c6124d460eee1860b1",
"name": "Campaigns",
"wsId": "62baff5024c65d127485187a",
"columns": [
{
"system": false,
"multi": false,
"isExternal": false,
"cascade": 0,
"deleted": false,
"name": "Name",
"type": "text",
"config": {
"max": 256
},
"cSchema": {
"type": "string"
},
"id": "title"
},
],
"templateId": "standard",
"appId": "i-0d7d6f7b-c961-5401-bdd2-16fc738d7b62",
"createdOn": "2022-06-28T13:40:22.651Z",
"lastModified": "2022-06-28T13:40:22.000Z"
}
]
}

 

© 2023 Kore.ai, Inc. – All trademarks are the property of their respective owners.

Menu