English
cURL
curl --request GET \ --url https://app.teable.io/api/table/%7BtableId%7D/plugin-context-menu/%7BpluginInstallId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "name": "<string>", "tableId": "<string>", "pluginId": "<string>", "pluginInstallId": "<string>", "positionId": "<string>", "url": "<string>", "config": { "contextMenu": { "width": 123, "height": 123, "x": 123, "y": 123, "frozenResize": true, "frozenDrag": true }, "view": "<any>", "dashboard": "<any>", "panel": "<any>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns data about the plugin context menu.
The response is of type object.
object