TechnicianConsole


Click here for a complete list of operations.

getSettings_v3

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/getSettings_v3"

<?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>
    <getSettings_v3 xmlns="http://microsoft.com/webservices/" />
  </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>
    <getSettings_v3Response xmlns="http://microsoft.com/webservices/">
      <getSettings_v3Result>getSettings_UnknownError or getSettings_OK or getSettings_UserNotLoggedIn</getSettings_v3Result>
      <oSettings>
        <sMailSubject>string</sMailSubject>
        <sMailBodyUp>string</sMailBodyUp>
        <sMailBodyMiddle>string</sMailBodyMiddle>
        <sMailBodyDown>string</sMailBodyDown>
        <bSessionRecording>boolean</bSessionRecording>
        <sSessionRecordingLocation>string</sSessionRecordingLocation>
        <iPrivateCodeValidity>short</iPrivateCodeValidity>
        <iCriticalTimeout>short</iCriticalTimeout>
        <iSessionTimeout>short</iSessionTimeout>
        <sCustomField0>string</sCustomField0>
        <sCustomField1>string</sCustomField1>
        <sCustomField2>string</sCustomField2>
        <sCustomField3>string</sCustomField3>
        <sCustomField4>string</sCustomField4>
        <sCustomField5>string</sCustomField5>
        <bPrivateSessionUsingCField0>boolean</bPrivateSessionUsingCField0>
        <bPrivateSessionUsingCField1>boolean</bPrivateSessionUsingCField1>
        <bPrivateSessionUsingCField2>boolean</bPrivateSessionUsingCField2>
        <bPrivateSessionUsingCField3>boolean</bPrivateSessionUsingCField3>
        <bPrivateSessionUsingCField4>boolean</bPrivateSessionUsingCField4>
        <bPrivateSessionUsingCField5>boolean</bPrivateSessionUsingCField5>
        <bPrivateSessionMandatoryCField0>boolean</bPrivateSessionMandatoryCField0>
        <bPrivateSessionMandatoryCField1>boolean</bPrivateSessionMandatoryCField1>
        <bPrivateSessionMandatoryCField2>boolean</bPrivateSessionMandatoryCField2>
        <bPrivateSessionMandatoryCField3>boolean</bPrivateSessionMandatoryCField3>
        <bPrivateSessionMandatoryCField4>boolean</bPrivateSessionMandatoryCField4>
        <bPrivateSessionMandatoryCField5>boolean</bPrivateSessionMandatoryCField5>
        <bRCNoBlockedByScrRec>boolean</bRCNoBlockedByScrRec>
        <HoldTimeBlue>unsignedByte</HoldTimeBlue>
        <HoldTimeGreen>unsignedByte</HoldTimeGreen>
        <HoldTimePurple>unsignedByte</HoldTimePurple>
        <HoldTimeOrange>unsignedByte</HoldTimeOrange>
        <HoldTimeRed>unsignedByte</HoldTimeRed>
        <AlarmTimeGreen>unsignedByte</AlarmTimeGreen>
        <AlarmTimePurple>unsignedByte</AlarmTimePurple>
        <AlarmTimeOrange>unsignedByte</AlarmTimeOrange>
      </oSettings>
      <oAlarms>
        <sNewSessions>
          <bPrivateClosed>boolean</bPrivateClosed>
          <bPrivateOpen>boolean</bPrivateOpen>
          <bChannelClosed>boolean</bChannelClosed>
          <bChannelOpen>boolean</bChannelOpen>
        </sNewSessions>
        <sNotices>
          <bCustomerDisconnect>boolean</bCustomerDisconnect>
          <bConnectionLost>boolean</bConnectionLost>
          <bCustomerRefuses>boolean</bCustomerRefuses>
          <bSessionUrgent>boolean</bSessionUrgent>
        </sNotices>
        <sNewContent>
          <bNewTextTCNotInFocus>boolean</bNewTextTCNotInFocus>
          <bNewTextChatNotInFocus>boolean</bNewTextChatNotInFocus>
          <bCustomerSendsFile>boolean</bCustomerSendsFile>
        </sNewContent>
      </oAlarms>
    </getSettings_v3Response>
  </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>
    <getSettings_v3 xmlns="http://microsoft.com/webservices/" />
  </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>
    <getSettings_v3Response xmlns="http://microsoft.com/webservices/">
      <getSettings_v3Result>getSettings_UnknownError or getSettings_OK or getSettings_UserNotLoggedIn</getSettings_v3Result>
      <oSettings>
        <sMailSubject>string</sMailSubject>
        <sMailBodyUp>string</sMailBodyUp>
        <sMailBodyMiddle>string</sMailBodyMiddle>
        <sMailBodyDown>string</sMailBodyDown>
        <bSessionRecording>boolean</bSessionRecording>
        <sSessionRecordingLocation>string</sSessionRecordingLocation>
        <iPrivateCodeValidity>short</iPrivateCodeValidity>
        <iCriticalTimeout>short</iCriticalTimeout>
        <iSessionTimeout>short</iSessionTimeout>
        <sCustomField0>string</sCustomField0>
        <sCustomField1>string</sCustomField1>
        <sCustomField2>string</sCustomField2>
        <sCustomField3>string</sCustomField3>
        <sCustomField4>string</sCustomField4>
        <sCustomField5>string</sCustomField5>
        <bPrivateSessionUsingCField0>boolean</bPrivateSessionUsingCField0>
        <bPrivateSessionUsingCField1>boolean</bPrivateSessionUsingCField1>
        <bPrivateSessionUsingCField2>boolean</bPrivateSessionUsingCField2>
        <bPrivateSessionUsingCField3>boolean</bPrivateSessionUsingCField3>
        <bPrivateSessionUsingCField4>boolean</bPrivateSessionUsingCField4>
        <bPrivateSessionUsingCField5>boolean</bPrivateSessionUsingCField5>
        <bPrivateSessionMandatoryCField0>boolean</bPrivateSessionMandatoryCField0>
        <bPrivateSessionMandatoryCField1>boolean</bPrivateSessionMandatoryCField1>
        <bPrivateSessionMandatoryCField2>boolean</bPrivateSessionMandatoryCField2>
        <bPrivateSessionMandatoryCField3>boolean</bPrivateSessionMandatoryCField3>
        <bPrivateSessionMandatoryCField4>boolean</bPrivateSessionMandatoryCField4>
        <bPrivateSessionMandatoryCField5>boolean</bPrivateSessionMandatoryCField5>
        <bRCNoBlockedByScrRec>boolean</bRCNoBlockedByScrRec>
        <HoldTimeBlue>unsignedByte</HoldTimeBlue>
        <HoldTimeGreen>unsignedByte</HoldTimeGreen>
        <HoldTimePurple>unsignedByte</HoldTimePurple>
        <HoldTimeOrange>unsignedByte</HoldTimeOrange>
        <HoldTimeRed>unsignedByte</HoldTimeRed>
        <AlarmTimeGreen>unsignedByte</AlarmTimeGreen>
        <AlarmTimePurple>unsignedByte</AlarmTimePurple>
        <AlarmTimeOrange>unsignedByte</AlarmTimeOrange>
      </oSettings>
      <oAlarms>
        <sNewSessions>
          <bPrivateClosed>boolean</bPrivateClosed>
          <bPrivateOpen>boolean</bPrivateOpen>
          <bChannelClosed>boolean</bChannelClosed>
          <bChannelOpen>boolean</bChannelOpen>
        </sNewSessions>
        <sNotices>
          <bCustomerDisconnect>boolean</bCustomerDisconnect>
          <bConnectionLost>boolean</bConnectionLost>
          <bCustomerRefuses>boolean</bCustomerRefuses>
          <bSessionUrgent>boolean</bSessionUrgent>
        </sNotices>
        <sNewContent>
          <bNewTextTCNotInFocus>boolean</bNewTextTCNotInFocus>
          <bNewTextChatNotInFocus>boolean</bNewTextChatNotInFocus>
          <bCustomerSendsFile>boolean</bCustomerSendsFile>
        </sNewContent>
      </oAlarms>
    </getSettings_v3Response>
  </soap12:Body>
</soap12:Envelope>