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. Search for a Table App for which user got access

Search for a Table App for which user got access

Description

To search for table applications for which you have access.

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?wsId={{wsId}}&q={{tableName}}&offset=20&limit=20

Header

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

auth: {{apiKey}}

API Parameters

Parameter Description
wsId Name of the table app ID received in the API from the workspace for which you have access.
q Name of the table app.
offset The offset is used to fetch a specific page result. The default offset value is ‘0’

For example, offset=20.

limit The maximum number of records to return. Max value for limit is 100.

For example, limit=20.

 


Response Content Type

application/json

Sample Request

curl --location --request GET https://Workspace.ai.kore.ai/public/workSpaces?q=name&offset=20&limit=20' \
--header 'auth: {{apiKey}}'

Sample Response

{
"tableApps": [
{
"appId": "i-04c4119b-5110-5a2e-90af-fca0de46922f",
"name": "Platform Campaigns",
"wsId": "61b0928abdd9064feb06b7ae",
"type": "table"
},
{
"appId": "i-04fdf3d0-aa90-5880-9283-41a5b24e5ed0",
"name": "Employee Directory",
"wsId": "62b1ffd5972ce57c6c887d77",
"type": "table"
}  
]
}

 

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

Menu