Description
To get the information from the rows of the table.
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}}/tables/{{tableId}}/rows?&offset=20&limit=20
Header
Invoke the API with JWT in the header with the following syntax:
auth: {{apiKey}}
API Parameters
| Parameter | Description | 
| tableAppId | The table app ID received in the API from the table app for which you have access. | 
| tableId | 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 -g --request GET 'https://Workspace.ai.kore.ai/public/tableApps/{{tableAppId}}/tables/{{tableId}}/rows?&offset=20&limit=20' \
--header 'auth: {{apiKey}}'
Sample Response
{
"rows": [
{
"indexId": 1,
"wsId": "62baff5024c65d127485187a",
"appId": "i-0d7d6f7b-c961-5401-bdd2-16fc738d7b62",
"cOn": "2022-06-28T13:40:22.000Z",
"lMod": "2022-06-28T13:40:22.000Z",
"createdBy": "u-1063ff23-a182-595c-98e8-cfdd9964fefa",
"lModBy": "u-1063ff23-a182-595c-98e8-cfdd9964fefa",
"state": 0,
"obcStats": {
"tasks": 0
},
"position": "0|100008:",
"title": "Laptop/Desktop Buyers",
"status": "reviewsa184",
"texte6c18e": "Drive awareness to new homeowners, CPM >$1.45",
"dropdownc2c9a2": "awareness2d4b",
"date": "2022-01-25T18:30:00.000Z",
"date7dc09d": "2022-02-03T18:30:00.000Z",
"dropdown1fcd89": "continuee2ad",
"assignTo": "u-1063ff23-a182-595c-98e8-cfdd9964fefa",
"id": "61d5813bfe169b5966686bfd",
"boardId": "i-0d7d6f7b-c961-5401-bdd2-16fc738d7b62",
"tableId": "62bb04c6124d460eee1860b1"
},
]
}