简体中文
cURL
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": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Plugin context menu storage retrieved successfully.
The response is of type object.
object