Entropia Life Webservice


Click here for a complete list of operations.

getTeamHuntingGlobals

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
appID:
appKey:
teamName:
daysBack:

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/appservice.asmx HTTP/1.1
Host: entropialife.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "ETWS/getTeamHuntingGlobals"

<?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>
    <getTeamHuntingGlobals xmlns="ETWS">
      <appID>int</appID>
      <appKey>string</appKey>
      <teamName>string</teamName>
      <daysBack>int</daysBack>
    </getTeamHuntingGlobals>
  </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>
    <getTeamHuntingGlobalsResponse xmlns="ETWS">
      <getTeamHuntingGlobalsResult>
        <HuntingGlobal>
          <avatarID>int</avatarID>
          <mobName>string</mobName>
          <mobID>int</mobID>
          <mobGeneration>string</mobGeneration>
          <mobGenerationID>int</mobGenerationID>
          <globalValue>int</globalValue>
          <globalTime>dateTime</globalTime>
          <unixTime>int</unixTime>
          <globalID>int</globalID>
          <LandareaName>string</LandareaName>
          <LandareaID>int</LandareaID>
          <globalType>int</globalType>
          <AvatarName>string</AvatarName>
        </HuntingGlobal>
        <HuntingGlobal>
          <avatarID>int</avatarID>
          <mobName>string</mobName>
          <mobID>int</mobID>
          <mobGeneration>string</mobGeneration>
          <mobGenerationID>int</mobGenerationID>
          <globalValue>int</globalValue>
          <globalTime>dateTime</globalTime>
          <unixTime>int</unixTime>
          <globalID>int</globalID>
          <LandareaName>string</LandareaName>
          <LandareaID>int</LandareaID>
          <globalType>int</globalType>
          <AvatarName>string</AvatarName>
        </HuntingGlobal>
      </getTeamHuntingGlobalsResult>
    </getTeamHuntingGlobalsResponse>
  </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/appservice.asmx HTTP/1.1
Host: entropialife.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>
    <getTeamHuntingGlobals xmlns="ETWS">
      <appID>int</appID>
      <appKey>string</appKey>
      <teamName>string</teamName>
      <daysBack>int</daysBack>
    </getTeamHuntingGlobals>
  </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>
    <getTeamHuntingGlobalsResponse xmlns="ETWS">
      <getTeamHuntingGlobalsResult>
        <HuntingGlobal>
          <avatarID>int</avatarID>
          <mobName>string</mobName>
          <mobID>int</mobID>
          <mobGeneration>string</mobGeneration>
          <mobGenerationID>int</mobGenerationID>
          <globalValue>int</globalValue>
          <globalTime>dateTime</globalTime>
          <unixTime>int</unixTime>
          <globalID>int</globalID>
          <LandareaName>string</LandareaName>
          <LandareaID>int</LandareaID>
          <globalType>int</globalType>
          <AvatarName>string</AvatarName>
        </HuntingGlobal>
        <HuntingGlobal>
          <avatarID>int</avatarID>
          <mobName>string</mobName>
          <mobID>int</mobID>
          <mobGeneration>string</mobGeneration>
          <mobGenerationID>int</mobGenerationID>
          <globalValue>int</globalValue>
          <globalTime>dateTime</globalTime>
          <unixTime>int</unixTime>
          <globalID>int</globalID>
          <LandareaName>string</LandareaName>
          <LandareaID>int</LandareaID>
          <globalType>int</globalType>
          <AvatarName>string</AvatarName>
        </HuntingGlobal>
      </getTeamHuntingGlobalsResult>
    </getTeamHuntingGlobalsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /webservices/appservice.asmx/getTeamHuntingGlobals?appID=string&appKey=string&teamName=string&daysBack=string HTTP/1.1
Host: entropialife.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfHuntingGlobal xmlns="ETWS">
  <HuntingGlobal>
    <avatarID>int</avatarID>
    <mobName>string</mobName>
    <mobID>int</mobID>
    <mobGeneration>string</mobGeneration>
    <mobGenerationID>int</mobGenerationID>
    <globalValue>int</globalValue>
    <globalTime>dateTime</globalTime>
    <unixTime>int</unixTime>
    <globalID>int</globalID>
    <LandareaName>string</LandareaName>
    <LandareaID>int</LandareaID>
    <globalType>int</globalType>
    <AvatarName>string</AvatarName>
  </HuntingGlobal>
  <HuntingGlobal>
    <avatarID>int</avatarID>
    <mobName>string</mobName>
    <mobID>int</mobID>
    <mobGeneration>string</mobGeneration>
    <mobGenerationID>int</mobGenerationID>
    <globalValue>int</globalValue>
    <globalTime>dateTime</globalTime>
    <unixTime>int</unixTime>
    <globalID>int</globalID>
    <LandareaName>string</LandareaName>
    <LandareaID>int</LandareaID>
    <globalType>int</globalType>
    <AvatarName>string</AvatarName>
  </HuntingGlobal>
</ArrayOfHuntingGlobal>

HTTP POST

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

POST /webservices/appservice.asmx/getTeamHuntingGlobals HTTP/1.1
Host: entropialife.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

appID=string&appKey=string&teamName=string&daysBack=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfHuntingGlobal xmlns="ETWS">
  <HuntingGlobal>
    <avatarID>int</avatarID>
    <mobName>string</mobName>
    <mobID>int</mobID>
    <mobGeneration>string</mobGeneration>
    <mobGenerationID>int</mobGenerationID>
    <globalValue>int</globalValue>
    <globalTime>dateTime</globalTime>
    <unixTime>int</unixTime>
    <globalID>int</globalID>
    <LandareaName>string</LandareaName>
    <LandareaID>int</LandareaID>
    <globalType>int</globalType>
    <AvatarName>string</AvatarName>
  </HuntingGlobal>
  <HuntingGlobal>
    <avatarID>int</avatarID>
    <mobName>string</mobName>
    <mobID>int</mobID>
    <mobGeneration>string</mobGeneration>
    <mobGenerationID>int</mobGenerationID>
    <globalValue>int</globalValue>
    <globalTime>dateTime</globalTime>
    <unixTime>int</unixTime>
    <globalID>int</globalID>
    <LandareaName>string</LandareaName>
    <LandareaID>int</LandareaID>
    <globalType>int</globalType>
    <AvatarName>string</AvatarName>
  </HuntingGlobal>
</ArrayOfHuntingGlobal>