Storyden
Plugins

Plugin Get Configuration

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.

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.

GET/plugins/{plugin_instance_id}/configuration
storyden-session<token>

In: cookie

Path Parameters

plugin_instance_id*string

Plugin ID.

Formatxid

Response Body

application/json

application/json

curl -X GET "https://loading/api/plugins/cc5lnd2s1s4652adtu50/configuration"
{}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}