CADViewer Technical Documentation, Installation Guide and Reference Samples Library

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"
                    },
               ....
                                ]
}


Last updated on 10 Mar 2022
Published on 13 Mar 2020