Following is the list of APIs available from the Workspace.ai application.
Based on the functionality addressed, the APIs can be categorized as:
| API | Description | 
| User APIs | |
| Get self-user profile | To get full details of your profile. | 
| Search for users account | To search and get users based on their email IDs. | 
| Search for workspaces of users | To search for workspaces for which you have access. | 
| Table App APIs | |
| Search for Table App for which user got access | To search for table applications for which you have access. | 
| Get specific tableapp by tablapp ID | To search for a table application using a specific table app ID. | 
| Get specific table of a tableapp using table ID | To search for a specific table from a table application using a specific table app ID. | 
| Get rows of a table
 
  | 
To get the information from the rows of the table. | 
| Create Row inside a table with content | To create a row inside a table and add content in the row. | 
| Get specific row of a table using rowID | To get details of a specific row in a table using the row ID of the row. | 
| Update specific row of a table using rowID | To update details of a specific row in a table using the row ID of the row. | 
| Delete specific row of a table using rowID | To delete a specific row in a table using the row ID of the row. | 
| Poll for table row updates from specific time | To get the newly created/updated/deleted table rows in a specific table by specifying the activity and timestamp. |