Get available plugins
GET
/pluginsContract
Parameter | Value |
|---|---|
| Section | meta |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
0 parameters
No parameters are required.
Responses
2 responses
Status | Description | Type |
|---|---|---|
200 | Plugin catalog | object[] |
401 | Unauthorized | object |
[ { "ID": 0, "availableAsSubplugin": [ 0 ], "availableForServer": true, "disabled": true, "hiddenOptionsInSubplugin": [ "<string>" ], "hiddenValuesInSubplugin": [ "<string>" ], "name": "<string>", "onlySubplugin": [ 0 ], "options": [ "<string>" ], "serverOptions": [ "<string>" ], "stateful": true, "title": "<string>", "type": "<string>" } ]{ "data": {}, "error": "<string>" }