List extension
GET/v3/config/extensions
Lists all available extensions in the platform
Responses
- 200
- 401
- 500
Extensions listed successfully
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
extensions objectrequired
A map of extension IDs whose values indicate whether the extension is enabled
property name* object
enabled booleanrequired
Indicates if this extension is enabled
name string
Defines the name of the extention
description string
Defines the description of the extention
{
"extensions": {}
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...