Next Topic

Previous Topic

Book Contents

Is Module Installed

Returns true or false, based on whether the specified module ID is installed.

GET /ismoduleinstalled/{moduleId}

Headers

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}