Entropia Life API


Click here for a complete list of operations.

GetLandareaGlobals

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
DevID:
DevKey:
LandareaID:

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 /API/hunting.asmx HTTP/1.1
Host: www.entropialife.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "ELAPI/GetLandareaGlobals"

<?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>
    <GetLandareaGlobals xmlns="ELAPI">
      <DevID>int</DevID>
      <DevKey>string</DevKey>
      <LandareaID>int</LandareaID>
    </GetLandareaGlobals>
  </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>
    <GetLandareaGlobalsResponse xmlns="ELAPI">
      <GetLandareaGlobalsResult>
        <HuntingGlobal>
          <Monster>
            <MonsterName>string</MonsterName>
            <MonsterID>int</MonsterID>
            <Description xsi:nil="true" />
          </Monster>
          <TimeStamp>dateTime</TimeStamp>
          <GlobalType>
            <GlobalTypeName>string</GlobalTypeName>
            <GlobalTypeID>int</GlobalTypeID>
          </GlobalType>
          <GlobalValue>int</GlobalValue>
          <Player>
            <PlayerName>string</PlayerName>
            <PlayerID>int</PlayerID>
            <IsTeam>boolean</IsTeam>
          </Player>
          <Landarea>
            <AreaName>string</AreaName>
            <AreaID>int</AreaID>
            <Planet xsi:nil="true" />
          </Landarea>
        </HuntingGlobal>
        <HuntingGlobal>
          <Monster>
            <MonsterName>string</MonsterName>
            <MonsterID>int</MonsterID>
            <Description xsi:nil="true" />
          </Monster>
          <TimeStamp>dateTime</TimeStamp>
          <GlobalType>
            <GlobalTypeName>string</GlobalTypeName>
            <GlobalTypeID>int</GlobalTypeID>
          </GlobalType>
          <GlobalValue>int</GlobalValue>
          <Player>
            <PlayerName>string</PlayerName>
            <PlayerID>int</PlayerID>
            <IsTeam>boolean</IsTeam>
          </Player>
          <Landarea>
            <AreaName>string</AreaName>
            <AreaID>int</AreaID>
            <Planet xsi:nil="true" />
          </Landarea>
        </HuntingGlobal>
      </GetLandareaGlobalsResult>
    </GetLandareaGlobalsResponse>
  </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 /API/hunting.asmx HTTP/1.1
Host: www.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>
    <GetLandareaGlobals xmlns="ELAPI">
      <DevID>int</DevID>
      <DevKey>string</DevKey>
      <LandareaID>int</LandareaID>
    </GetLandareaGlobals>
  </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>
    <GetLandareaGlobalsResponse xmlns="ELAPI">
      <GetLandareaGlobalsResult>
        <HuntingGlobal>
          <Monster>
            <MonsterName>string</MonsterName>
            <MonsterID>int</MonsterID>
            <Description xsi:nil="true" />
          </Monster>
          <TimeStamp>dateTime</TimeStamp>
          <GlobalType>
            <GlobalTypeName>string</GlobalTypeName>
            <GlobalTypeID>int</GlobalTypeID>
          </GlobalType>
          <GlobalValue>int</GlobalValue>
          <Player>
            <PlayerName>string</PlayerName>
            <PlayerID>int</PlayerID>
            <IsTeam>boolean</IsTeam>
          </Player>
          <Landarea>
            <AreaName>string</AreaName>
            <AreaID>int</AreaID>
            <Planet xsi:nil="true" />
          </Landarea>
        </HuntingGlobal>
        <HuntingGlobal>
          <Monster>
            <MonsterName>string</MonsterName>
            <MonsterID>int</MonsterID>
            <Description xsi:nil="true" />
          </Monster>
          <TimeStamp>dateTime</TimeStamp>
          <GlobalType>
            <GlobalTypeName>string</GlobalTypeName>
            <GlobalTypeID>int</GlobalTypeID>
          </GlobalType>
          <GlobalValue>int</GlobalValue>
          <Player>
            <PlayerName>string</PlayerName>
            <PlayerID>int</PlayerID>
            <IsTeam>boolean</IsTeam>
          </Player>
          <Landarea>
            <AreaName>string</AreaName>
            <AreaID>int</AreaID>
            <Planet xsi:nil="true" />
          </Landarea>
        </HuntingGlobal>
      </GetLandareaGlobalsResult>
    </GetLandareaGlobalsResponse>
  </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 /API/hunting.asmx/GetLandareaGlobals?DevID=string&DevKey=string&LandareaID=string HTTP/1.1
Host: www.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="ELAPI">
  <HuntingGlobal>
    <Monster>
      <MonsterName>string</MonsterName>
      <MonsterID>int</MonsterID>
      <Description>
        <Description>string</Description>
        <ItemPictureURL>string</ItemPictureURL>
      </Description>
    </Monster>
    <TimeStamp>dateTime</TimeStamp>
    <GlobalType>
      <GlobalTypeName>string</GlobalTypeName>
      <GlobalTypeID>int</GlobalTypeID>
    </GlobalType>
    <GlobalValue>int</GlobalValue>
    <Player>
      <PlayerName>string</PlayerName>
      <PlayerID>int</PlayerID>
      <IsTeam>boolean</IsTeam>
    </Player>
    <Landarea>
      <AreaName>string</AreaName>
      <AreaID>int</AreaID>
      <Planet>
        <PlanetName>string</PlanetName>
        <PlanetID>int</PlanetID>
        <Description d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Planet>
    </Landarea>
  </HuntingGlobal>
  <HuntingGlobal>
    <Monster>
      <MonsterName>string</MonsterName>
      <MonsterID>int</MonsterID>
      <Description>
        <Description>string</Description>
        <ItemPictureURL>string</ItemPictureURL>
      </Description>
    </Monster>
    <TimeStamp>dateTime</TimeStamp>
    <GlobalType>
      <GlobalTypeName>string</GlobalTypeName>
      <GlobalTypeID>int</GlobalTypeID>
    </GlobalType>
    <GlobalValue>int</GlobalValue>
    <Player>
      <PlayerName>string</PlayerName>
      <PlayerID>int</PlayerID>
      <IsTeam>boolean</IsTeam>
    </Player>
    <Landarea>
      <AreaName>string</AreaName>
      <AreaID>int</AreaID>
      <Planet>
        <PlanetName>string</PlanetName>
        <PlanetID>int</PlanetID>
        <Description d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Planet>
    </Landarea>
  </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 /API/hunting.asmx/GetLandareaGlobals HTTP/1.1
Host: www.entropialife.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

DevID=string&DevKey=string&LandareaID=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="ELAPI">
  <HuntingGlobal>
    <Monster>
      <MonsterName>string</MonsterName>
      <MonsterID>int</MonsterID>
      <Description>
        <Description>string</Description>
        <ItemPictureURL>string</ItemPictureURL>
      </Description>
    </Monster>
    <TimeStamp>dateTime</TimeStamp>
    <GlobalType>
      <GlobalTypeName>string</GlobalTypeName>
      <GlobalTypeID>int</GlobalTypeID>
    </GlobalType>
    <GlobalValue>int</GlobalValue>
    <Player>
      <PlayerName>string</PlayerName>
      <PlayerID>int</PlayerID>
      <IsTeam>boolean</IsTeam>
    </Player>
    <Landarea>
      <AreaName>string</AreaName>
      <AreaID>int</AreaID>
      <Planet>
        <PlanetName>string</PlanetName>
        <PlanetID>int</PlanetID>
        <Description d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Planet>
    </Landarea>
  </HuntingGlobal>
  <HuntingGlobal>
    <Monster>
      <MonsterName>string</MonsterName>
      <MonsterID>int</MonsterID>
      <Description>
        <Description>string</Description>
        <ItemPictureURL>string</ItemPictureURL>
      </Description>
    </Monster>
    <TimeStamp>dateTime</TimeStamp>
    <GlobalType>
      <GlobalTypeName>string</GlobalTypeName>
      <GlobalTypeID>int</GlobalTypeID>
    </GlobalType>
    <GlobalValue>int</GlobalValue>
    <Player>
      <PlayerName>string</PlayerName>
      <PlayerID>int</PlayerID>
      <IsTeam>boolean</IsTeam>
    </Player>
    <Landarea>
      <AreaName>string</AreaName>
      <AreaID>int</AreaID>
      <Planet>
        <PlanetName>string</PlanetName>
        <PlanetID>int</PlanetID>
        <Description d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Planet>
    </Landarea>
  </HuntingGlobal>
</ArrayOfHuntingGlobal>