GET Provider/WebServerList/{LastQueryId}

Get available server list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastQueryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ParaServerList
NameDescriptionTypeAdditional information
ServerList

Collection of ParaServerInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "ServerList": [
    {
      "URL": "sample string 1",
      "GlobalId": 2,
      "Local": true,
      "PersonPreferredCountryList": [
        {
          "CountryCode": "sample string 1",
          "PreferenceLevel": 2
        },
        {
          "CountryCode": "sample string 1",
          "PreferenceLevel": 2
        }
      ],
      "PersonPreferredRegionList": [
        {
          "RegionId": 1,
          "PreferenceLevel": 2
        },
        {
          "RegionId": 1,
          "PreferenceLevel": 2
        }
      ],
      "ProviderPreferredCountryList": [
        {
          "CountryCode": "sample string 1",
          "PreferenceLevel": 2
        },
        {
          "CountryCode": "sample string 1",
          "PreferenceLevel": 2
        }
      ],
      "ProviderPreferredRegionList": [
        {
          "RegionId": 1,
          "PreferenceLevel": 2
        },
        {
          "RegionId": 1,
          "PreferenceLevel": 2
        }
      ]
    },
    {
      "URL": "sample string 1",
      "GlobalId": 2,
      "Local": true,
      "PersonPreferredCountryList": [
        {
          "CountryCode": "sample string 1",
          "PreferenceLevel": 2
        },
        {
          "CountryCode": "sample string 1",
          "PreferenceLevel": 2
        }
      ],
      "PersonPreferredRegionList": [
        {
          "RegionId": 1,
          "PreferenceLevel": 2
        },
        {
          "RegionId": 1,
          "PreferenceLevel": 2
        }
      ],
      "ProviderPreferredCountryList": [
        {
          "CountryCode": "sample string 1",
          "PreferenceLevel": 2
        },
        {
          "CountryCode": "sample string 1",
          "PreferenceLevel": 2
        }
      ],
      "ProviderPreferredRegionList": [
        {
          "RegionId": 1,
          "PreferenceLevel": 2
        },
        {
          "RegionId": 1,
          "PreferenceLevel": 2
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<ParaServerList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ServerList>
    <ParaServerInfo>
      <GlobalId>2</GlobalId>
      <Local>true</Local>
      <PersonPreferredCountryList>
        <ParaWebServerPreferredCountry>
          <CountryCode>sample string 1</CountryCode>
          <PreferenceLevel>2</PreferenceLevel>
        </ParaWebServerPreferredCountry>
        <ParaWebServerPreferredCountry>
          <CountryCode>sample string 1</CountryCode>
          <PreferenceLevel>2</PreferenceLevel>
        </ParaWebServerPreferredCountry>
      </PersonPreferredCountryList>
      <PersonPreferredRegionList>
        <ParaWebServerPreferredRegion>
          <PreferenceLevel>2</PreferenceLevel>
          <RegionId>1</RegionId>
        </ParaWebServerPreferredRegion>
        <ParaWebServerPreferredRegion>
          <PreferenceLevel>2</PreferenceLevel>
          <RegionId>1</RegionId>
        </ParaWebServerPreferredRegion>
      </PersonPreferredRegionList>
      <ProviderPreferredCountryList>
        <ParaWebServerPreferredCountry>
          <CountryCode>sample string 1</CountryCode>
          <PreferenceLevel>2</PreferenceLevel>
        </ParaWebServerPreferredCountry>
        <ParaWebServerPreferredCountry>
          <CountryCode>sample string 1</CountryCode>
          <PreferenceLevel>2</PreferenceLevel>
        </ParaWebServerPreferredCountry>
      </ProviderPreferredCountryList>
      <ProviderPreferredRegionList>
        <ParaWebServerPreferredRegion>
          <PreferenceLevel>2</PreferenceLevel>
          <RegionId>1</RegionId>
        </ParaWebServerPreferredRegion>
        <ParaWebServerPreferredRegion>
          <PreferenceLevel>2</PreferenceLevel>
          <RegionId>1</RegionId>
        </ParaWebServerPreferredRegion>
      </ProviderPreferredRegionList>
      <URL>sample string 1</URL>
    </ParaServerInfo>
    <ParaServerInfo>
      <GlobalId>2</GlobalId>
      <Local>true</Local>
      <PersonPreferredCountryList>
        <ParaWebServerPreferredCountry>
          <CountryCode>sample string 1</CountryCode>
          <PreferenceLevel>2</PreferenceLevel>
        </ParaWebServerPreferredCountry>
        <ParaWebServerPreferredCountry>
          <CountryCode>sample string 1</CountryCode>
          <PreferenceLevel>2</PreferenceLevel>
        </ParaWebServerPreferredCountry>
      </PersonPreferredCountryList>
      <PersonPreferredRegionList>
        <ParaWebServerPreferredRegion>
          <PreferenceLevel>2</PreferenceLevel>
          <RegionId>1</RegionId>
        </ParaWebServerPreferredRegion>
        <ParaWebServerPreferredRegion>
          <PreferenceLevel>2</PreferenceLevel>
          <RegionId>1</RegionId>
        </ParaWebServerPreferredRegion>
      </PersonPreferredRegionList>
      <ProviderPreferredCountryList>
        <ParaWebServerPreferredCountry>
          <CountryCode>sample string 1</CountryCode>
          <PreferenceLevel>2</PreferenceLevel>
        </ParaWebServerPreferredCountry>
        <ParaWebServerPreferredCountry>
          <CountryCode>sample string 1</CountryCode>
          <PreferenceLevel>2</PreferenceLevel>
        </ParaWebServerPreferredCountry>
      </ProviderPreferredCountryList>
      <ProviderPreferredRegionList>
        <ParaWebServerPreferredRegion>
          <PreferenceLevel>2</PreferenceLevel>
          <RegionId>1</RegionId>
        </ParaWebServerPreferredRegion>
        <ParaWebServerPreferredRegion>
          <PreferenceLevel>2</PreferenceLevel>
          <RegionId>1</RegionId>
        </ParaWebServerPreferredRegion>
      </ProviderPreferredRegionList>
      <URL>sample string 1</URL>
    </ParaServerInfo>
  </ServerList>
</ParaServerList>