Integratec API Platform
getBrokerVersion

Description

Retrieves the Broker's module version.

Example

Request

{}

Reply

{
"version": "1.33.7"
}

Request Schema

{
"$schema":"http://json-schema.org/draft-04/schema#",
"type":"object"
}

Reply Schema

{
"$schema":"http://json-schema.org/draft-04/schema#",
"type":"object",
"required":[
"version"
],
"properties":{
"version":{
"type":"string"
}
}
}