Request Avaliable Engines
API Request structure - Available Engines - Request
A call to the TMS REST Api to pull the available conversion engines and their version number is structured as:
{
"converters": "listInstalledEngines"
}
API Response structure - Available Engines - Response
The structure of the response:
{
"installedEngines": [
{
"converter" : "name of converter/engine",
"version" : "version of converter/engine",
"status":"active | nonActive"
},
{
"converter" : "name of converter/engine",
"version" : "version of converter/engine",
"status":"active | nonActive"
},
{
"converter" : "name of converter/engine",
"version" : "version of converter/engine",
"status":"active | nonActive"
},
....
]
}