GET api/Search/GetMapSearchHeavy?query={query}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
query
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Lat": 2.1,
    "Long": 3.1,
    "PT": 4,
    "PriceCPT": 5,
    "EnergyClass": "sample string 6",
    "OpenHouse": true,
    "Price": 8,
    "Liggetid": 9,
    "Selfsale": true,
    "Rooms": 11.1,
    "Size": 12,
    "LotSize": 13,
    "Etage": 14,
    "BuildYear": 15,
    "IsForeclosure": true,
    "IsActive": true,
    "Municipal": 18,
    "ZipCode": 19,
    "Street": "sample string 20",
    "Area": 21,
    "Oprettet": "sample string 22",
    "HighlightTypes": "sample string 23",
    "Keywords": "sample string 24"
  },
  {
    "Id": 1,
    "Lat": 2.1,
    "Long": 3.1,
    "PT": 4,
    "PriceCPT": 5,
    "EnergyClass": "sample string 6",
    "OpenHouse": true,
    "Price": 8,
    "Liggetid": 9,
    "Selfsale": true,
    "Rooms": 11.1,
    "Size": 12,
    "LotSize": 13,
    "Etage": 14,
    "BuildYear": 15,
    "IsForeclosure": true,
    "IsActive": true,
    "Municipal": 18,
    "ZipCode": 19,
    "Street": "sample string 20",
    "Area": 21,
    "Oprettet": "sample string 22",
    "HighlightTypes": "sample string 23",
    "Keywords": "sample string 24"
  },
  {
    "Id": 1,
    "Lat": 2.1,
    "Long": 3.1,
    "PT": 4,
    "PriceCPT": 5,
    "EnergyClass": "sample string 6",
    "OpenHouse": true,
    "Price": 8,
    "Liggetid": 9,
    "Selfsale": true,
    "Rooms": 11.1,
    "Size": 12,
    "LotSize": 13,
    "Etage": 14,
    "BuildYear": 15,
    "IsForeclosure": true,
    "IsActive": true,
    "Municipal": 18,
    "ZipCode": 19,
    "Street": "sample string 20",
    "Area": 21,
    "Oprettet": "sample string 22",
    "HighlightTypes": "sample string 23",
    "Keywords": "sample string 24"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMapListingHeavyViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.Models">
  <MapListingHeavyViewModel>
    <Area>21</Area>
    <BuildYear>15</BuildYear>
    <EnergyClass>sample string 6</EnergyClass>
    <Etage>14</Etage>
    <HighlightTypes>sample string 23</HighlightTypes>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <IsForeclosure>true</IsForeclosure>
    <Keywords>sample string 24</Keywords>
    <Lat>2.1</Lat>
    <Liggetid>9</Liggetid>
    <Long>3.1</Long>
    <LotSize>13</LotSize>
    <Municipal>18</Municipal>
    <OpenHouse>true</OpenHouse>
    <Oprettet>sample string 22</Oprettet>
    <PT>4</PT>
    <Price>8</Price>
    <PriceCPT>5</PriceCPT>
    <Rooms>11.1</Rooms>
    <Selfsale>true</Selfsale>
    <Size>12</Size>
    <Street>sample string 20</Street>
    <ZipCode>19</ZipCode>
  </MapListingHeavyViewModel>
  <MapListingHeavyViewModel>
    <Area>21</Area>
    <BuildYear>15</BuildYear>
    <EnergyClass>sample string 6</EnergyClass>
    <Etage>14</Etage>
    <HighlightTypes>sample string 23</HighlightTypes>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <IsForeclosure>true</IsForeclosure>
    <Keywords>sample string 24</Keywords>
    <Lat>2.1</Lat>
    <Liggetid>9</Liggetid>
    <Long>3.1</Long>
    <LotSize>13</LotSize>
    <Municipal>18</Municipal>
    <OpenHouse>true</OpenHouse>
    <Oprettet>sample string 22</Oprettet>
    <PT>4</PT>
    <Price>8</Price>
    <PriceCPT>5</PriceCPT>
    <Rooms>11.1</Rooms>
    <Selfsale>true</Selfsale>
    <Size>12</Size>
    <Street>sample string 20</Street>
    <ZipCode>19</ZipCode>
  </MapListingHeavyViewModel>
  <MapListingHeavyViewModel>
    <Area>21</Area>
    <BuildYear>15</BuildYear>
    <EnergyClass>sample string 6</EnergyClass>
    <Etage>14</Etage>
    <HighlightTypes>sample string 23</HighlightTypes>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <IsForeclosure>true</IsForeclosure>
    <Keywords>sample string 24</Keywords>
    <Lat>2.1</Lat>
    <Liggetid>9</Liggetid>
    <Long>3.1</Long>
    <LotSize>13</LotSize>
    <Municipal>18</Municipal>
    <OpenHouse>true</OpenHouse>
    <Oprettet>sample string 22</Oprettet>
    <PT>4</PT>
    <Price>8</Price>
    <PriceCPT>5</PriceCPT>
    <Rooms>11.1</Rooms>
    <Selfsale>true</Selfsale>
    <Size>12</Size>
    <Street>sample string 20</Street>
    <ZipCode>19</ZipCode>
  </MapListingHeavyViewModel>
</ArrayOfMapListingHeavyViewModel>