TechnicianConsole


Click here for a complete list of operations.

startConsole_v7_9

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/TechnicianConsole.asmx HTTP/1.1
Host: secure.logmeinrescue.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://microsoft.com/webservices/startConsole_v7_9"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <startConsole_v7_9 xmlns="http://microsoft.com/webservices/">
      <iTechConsoleVersion>int</iTechConsoleVersion>
      <aComputerID>base64Binary</aComputerID>
      <osInfo>
        <iOSLMI>int</iOSLMI>
        <iOSSpec>int</iOSSpec>
      </osInfo>
      <sLanguage>string</sLanguage>
    </startConsole_v7_9>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <startConsole_v7_9Response xmlns="http://microsoft.com/webservices/">
      <startConsole_v7_9Result>startConsole_UnknownError or startConsole_OK or startConsole_SessionDoesNotExist or startConsole_TrialAlreadyUsed or startConsole_ConcurrentUsageLimitExceeded or consoleCheck_ConcurrentUsageLimitExceededMobile or consoleCheck_ConcurrentUsageLimitExceededRPAT or startConsole_UnsupportedTechConsoleVersion</startConsole_v7_9Result>
      <startParams>
        <TechnicianId>int</TechnicianId>
        <ConsoleId>int</ConsoleId>
        <CompanyId>int</CompanyId>
        <Name>string</Name>
        <Company>string</Company>
        <Nick>string</Nick>
        <Description>string</Description>
        <Permissions>int</Permissions>
        <IsAdmin>boolean</IsAdmin>
        <SSOID>string</SSOID>
        <Addons>int</Addons>
        <SMSLeft>int</SMSLeft>
        <License>
          <aLicenseData>
            <LICENSEDATA xsi:nil="true" />
            <LICENSEDATA xsi:nil="true" />
          </aLicenseData>
          <iSessionsLeft>int</iSessionsLeft>
          <iDaysLeft>int</iDaysLeft>
          <iRPATDaysLeft>int</iRPATDaysLeft>
          <sTrialExpires>string</sTrialExpires>
          <bIsTrialStarted>boolean</bIsTrialStarted>
        </License>
        <AccountType>int</AccountType>
        <IsAccountHolder>boolean</IsAccountHolder>
        <TooltipType>unsignedByte</TooltipType>
        <ThirdPartyPermissions>int</ThirdPartyPermissions>
        <OnlyPredefinedThirdParties>boolean</OnlyPredefinedThirdParties>
        <UpdateUrl>string</UpdateUrl>
        <PermissionExt>long</PermissionExt>
        <TPPermissionsExt>long</TPPermissionsExt>
        <AvailableFeatures>
          <FEATUREACCESS_V7_5>AdminCenter or MyAccount or CommandCenter</FEATUREACCESS_V7_5>
          <FEATUREACCESS_V7_5>AdminCenter or MyAccount or CommandCenter</FEATUREACCESS_V7_5>
        </AvailableFeatures>
        <MqttCredential>
          <MQTTUserName>string</MQTTUserName>
          <MQTTPassword>string</MQTTPassword>
        </MqttCredential>
        <MqttServer>string</MqttServer>
        <MqttServerPort>int</MqttServerPort>
        <MqttMaxPacketSize>int</MqttMaxPacketSize>
      </startParams>
    </startConsole_v7_9Response>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/TechnicianConsole.asmx HTTP/1.1
Host: secure.logmeinrescue.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <startConsole_v7_9 xmlns="http://microsoft.com/webservices/">
      <iTechConsoleVersion>int</iTechConsoleVersion>
      <aComputerID>base64Binary</aComputerID>
      <osInfo>
        <iOSLMI>int</iOSLMI>
        <iOSSpec>int</iOSSpec>
      </osInfo>
      <sLanguage>string</sLanguage>
    </startConsole_v7_9>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <startConsole_v7_9Response xmlns="http://microsoft.com/webservices/">
      <startConsole_v7_9Result>startConsole_UnknownError or startConsole_OK or startConsole_SessionDoesNotExist or startConsole_TrialAlreadyUsed or startConsole_ConcurrentUsageLimitExceeded or consoleCheck_ConcurrentUsageLimitExceededMobile or consoleCheck_ConcurrentUsageLimitExceededRPAT or startConsole_UnsupportedTechConsoleVersion</startConsole_v7_9Result>
      <startParams>
        <TechnicianId>int</TechnicianId>
        <ConsoleId>int</ConsoleId>
        <CompanyId>int</CompanyId>
        <Name>string</Name>
        <Company>string</Company>
        <Nick>string</Nick>
        <Description>string</Description>
        <Permissions>int</Permissions>
        <IsAdmin>boolean</IsAdmin>
        <SSOID>string</SSOID>
        <Addons>int</Addons>
        <SMSLeft>int</SMSLeft>
        <License>
          <aLicenseData>
            <LICENSEDATA xsi:nil="true" />
            <LICENSEDATA xsi:nil="true" />
          </aLicenseData>
          <iSessionsLeft>int</iSessionsLeft>
          <iDaysLeft>int</iDaysLeft>
          <iRPATDaysLeft>int</iRPATDaysLeft>
          <sTrialExpires>string</sTrialExpires>
          <bIsTrialStarted>boolean</bIsTrialStarted>
        </License>
        <AccountType>int</AccountType>
        <IsAccountHolder>boolean</IsAccountHolder>
        <TooltipType>unsignedByte</TooltipType>
        <ThirdPartyPermissions>int</ThirdPartyPermissions>
        <OnlyPredefinedThirdParties>boolean</OnlyPredefinedThirdParties>
        <UpdateUrl>string</UpdateUrl>
        <PermissionExt>long</PermissionExt>
        <TPPermissionsExt>long</TPPermissionsExt>
        <AvailableFeatures>
          <FEATUREACCESS_V7_5>AdminCenter or MyAccount or CommandCenter</FEATUREACCESS_V7_5>
          <FEATUREACCESS_V7_5>AdminCenter or MyAccount or CommandCenter</FEATUREACCESS_V7_5>
        </AvailableFeatures>
        <MqttCredential>
          <MQTTUserName>string</MQTTUserName>
          <MQTTPassword>string</MQTTPassword>
        </MqttCredential>
        <MqttServer>string</MqttServer>
        <MqttServerPort>int</MqttServerPort>
        <MqttMaxPacketSize>int</MqttMaxPacketSize>
      </startParams>
    </startConsole_v7_9Response>
  </soap12:Body>
</soap12:Envelope>