/
API - List of installed beebox plugins
API - List of installed beebox plugins
The purpose of this method is to retrieve all possible extensions which were installed in your beebox. Custom plugins are mentioned in following page Administration - Beebox Extensions
URL
(GET) /api/server/extensions?token=
PARAMETERS
Parameters are:
token | The session token obtained when connecting. |
RESULTS
The method returns JSON and HTTP status 200. Other HTTP status values indicate an error.
EXAMPLE
A typical result may look like:
{
"extensions": [
{
"package": "GitConnector.BeeboxPackage",
"id": "git-exchange",
"name": "GIT Exchange",
"version": "1.00",
"description": "Integration of Beebox with GIT Control version.",
"author": "Wordbee S.A.",
"parameterDefault": null,
"parameterHelp": null,
"enableByDefault": false,
"isglobal": true
}
],
"errors": []
} |
, multiple selections available,
Related content
API - Remove plugin which fails to load
API - Remove plugin which fails to load
More like this
API - Get available parsers
API - Get available parsers
More like this
Troubleshooting and Tips
Troubleshooting and Tips
More like this
API - Get connectors details
API - Get connectors details
More like this
Admin credentials
Admin credentials
More like this
Advanced methods
Advanced methods
More like this
Copyright Wordbee - Buzzin' Outside the Box since 2008