-
Notifications
You must be signed in to change notification settings - Fork 30
Get Tables
nbajiaoshi edited this page Jun 4, 2018
·
2 revisions
GET /api/getTables
Returns a list of tables avaliable for the current user. Each table contains a display name and an actual table name. You should display the display name to user and user actual table name as parameter to communicate with other table api.
None
GET https://localhost:8080/api/getTables
{
"status": "success",
"message": null,
"data": {
"tables": [
{
"displayName": "Student",
"tableName": "_sdfweokjfd_Student",
"link":"dfjoewidoxEIWJAOIDX"
},
{
"displayName": "Teacher",
"tableName": "_OINKOjfeod_Professor",
"link":"vjh6u3yqsFYTAMONBUX"
},
]
}
}