Plugins
Plugin Get
Get information about a specific plugin.
GET
/plugins/{plugin_instance_id}Get information about a specific plugin.
storyden-session<token>
In: cookie
Path Parameters
plugin_instance_id*string
Plugin ID.
Response Body
application/json
application/json
curl -X GET "https://example.com/plugins/cc5lnd2s1s4652adtu50"{
"id": "cc5lnd2s1s4652adtu50",
"added_at": "2019-08-24T14:15:22Z",
"name": "string",
"description": "string",
"version": "string",
"status": {
"active_state": "inactive",
"deactivated_at": "2019-08-24T14:15:22Z"
},
"manifest": {},
"connection": {
"mode": "supervised"
}
}Empty
{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}Plugin Download Package GET
Download the original package archive for a supervised plugin installation. The response body is the same zip archive bytes that were uploaded when the plugin was installed or last updated.
Plugin Get Configuration GET
Get the current configuration values for a plugin. The shape of the object is defined by the plugin's manifest and should be used to render the current configuration state in the client, using the layout driven by the result of `PluginGetConfigurationSchema` to build a form-like UI.