currentScope

このスレッドの現在のスコープを返します。

Cloud のみに適用されます。

戻り:
現在のスコープ。

例:

以下の例は、現在のスコープの SOAP 要求です。要求の入力はセッション ID です。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
 <soapenv:Header>
  <sec:sessionId>85F500F8283BBD9E4F31DCE3FD894442</sec:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <sec:currentScope/>
 </soapenv:Body>
</soapenv:Envelope>
以下は、要求に対する SOAP 応答の例です。
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:currentScopeResponse xmlns:ns2="http://www.approuter.com/
  schemas/2008/1/security" xmlns:ns3="http://www.approuter.com/schema/
  router/1000/security/03">
   <ns2:scope>
    <active>true</active>
    <category>enterprise</category>
    <displayName>mycompany.com</displayName>
    <id>B47EAECF6AD14AA028B4EA038CB742D0</id>
    <index>0</index>
    <name>mycompany.com</name>
    <parentId>00000000000000000000000000000000</parentId>
    <type>TENANT</type>
   </ns2:scope>
  </ns2:currentScopeResponse>
 </S:Body>
</S:Envelope>