1. Home
  2. Docs
  3. Additional Topics
  4. API Methods
  5. Schema API methods

Schema API methods

Standard Parameters for all methods

 account={account}&dataConnect={dataConnect}&clientId={clientId}&userId={userId}&userRole={userRole} 

Methods

GET / GetTables 
Query Parameters (in addition to standard parameters)
None

Success Response
Get a List of Tables

Example Response
[
   {
     "tableId": 15,
     "tableName": "Customer List",
     "tableDbName": "CustomerLists",
     "tableRoles": [],
   },
   { 
     "tableId": 19,
     "tableName": "Employees",
     "tableDbName": "tbleEmployees",
     "tableRoles": [], 
   }
 ]
  

How can we help?