-
Notifications
You must be signed in to change notification settings - Fork 31
Reference Table
nbajiaoshi edited this page Jun 7, 2018
·
4 revisions
POST /api/referenceTable
Given a shared link of table which created by other user. Reference it to a new local table.
Return a status indicates whether the operation has been successfully done or not.
Field | Data Type | Description |
---|---|---|
displayName | String | The new local display name of the linked table. |
link | String | A unique shared link for the referenced table. You can get this link from getTables, getCells, createTable and linkTable. |
POST https://localhost:8080/api/referenceTable
JSON Parameters:
{
"displayName":"mangeshTable",
"link":"vjh6u3yqsFYTAMONBUX"
}
{
"status": "success",
"message": null,
"data": null
}