We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
POST https://localhost:8080/api/referenceTable JSON Parameters: { "displayName":"mangeshTable", "link":"vjh6u3yqsFYTAMONBUX" }
{ "status": "success", "message": null, "data": null }