GET
/
table
/
{tableId}
/
plugin-context-menu
/
{pluginInstallId}
/
storage
curl --request GET \
  --url https://app.teable.cn/api/table/%7BtableId%7D/plugin-context-menu/%7BpluginInstallId%7D/storage \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "name": "<string>",
  "tableId": "<string>",
  "pluginId": "<string>",
  "pluginInstallId": "<string>",
  "storage": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string
required
pluginInstallId
string
required

Response

200 - application/json
Plugin context menu storage retrieved successfully.
name
string
required
tableId
string
required
pluginId
string
required
pluginInstallId
string
required
storage
object
required