简体中文
Get a dashboard install plugin by id
cURL
curl --request GET \ --url https://app.teable.cn/api/base/%7BbaseId%7D/dashboard/%7BdashboardId%7D/plugin/%7BinstallPluginId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "pluginId": "<string>", "pluginInstallId": "<string>", "baseId": "<string>", "name": "<string>", "storage": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns data about the dashboard install plugin.
The response is of type object.
object