Website logo

Get map dots for a given search request

Get map dots for a given search request

URL: https://api.trademe.co.nz/v1/Property/Map/Dots.{file_format}
HTTP Method: POST
Requires Authentication? Yes
Permission Required: None
Supported Formats: XML, JSON
Rate Limited? Yes

URL parameters

file_format Enumeration (required) The format of the response.
xml Serialize responses into XML.
json Serialize responses into JSON.

POST Data

<MapDotsRequest>

Polylines Collection of String (optional)

Map items

Limit Integer (optional)

Limit

Page Integer (optional)

Page

Sort <Sort> (optional)

Sort

Order String (optional)

Order

Direction String (optional)

Direction

DisplayRentals Boolean (optional)

Display Rentals

ForSale Boolean (optional)

For Sale

ForRent Boolean (optional)

For Rent

JustSold Boolean (optional)

Just Sold

OffMarket Boolean (optional)

Off Market

SalePriceMin Integer (optional)

Sale Price Min

SalePriceMax Integer (optional)

Sale Price Max

RentRateMin Integer (optional)

Rent Rate Min

RentRateMax Integer (optional)

Rent Rate Max

OffMarketMin Integer (optional)

Off Market Min

OffMarketMax Integer (optional)

Off Market Max

ForSaleBathrooms Integer (optional)

For Sale Bathrooms

ForSaleBedrooms Integer (optional)

For Sale Bedrooms

ForRentBathrooms Integer (optional)

For Rent Bathrooms

ForRentBedrooms Integer (optional)

For Rent Bedrooms

OffMarketBathrooms Integer (optional)

Off Market Bathrooms

OffMarketBedrooms Integer (optional)

Off Market Bedrooms

ForSaleBathroomsMax Integer (optional)

For Sale Bathrooms Max

ForRentBathroomsMax Integer (optional)

For Rent Bathrooms Max

ForRentBedroomsMax Integer (optional)

For Rent Bedrooms Max

OffMarketBathroomsMax Integer (optional)

Off Market Bathrooms Max

OffMarketBedroomsMax Integer (optional)

Off Market Bedrooms Max

DateMin DateTime (optional)

Date Min

DateMax DateTime (optional)

Date Max

SuburbId Integer (optional)

Suburb Id

FilterOutTbc Integer (optional)

Filter Out TBC

UnitIdentifier String (optional)

Unit Identifier

StreetNumber String (optional)

Street Number

StreetName String (optional)

Street Name

StreetType String (optional)

Street Type

StreetDirection String (optional)

Street Direction

StreetAlpha String (optional)

Street Alpha

Returns

<MapDotsResponse>

A list of properties on a map

MapItems Collection of <MapItem> or null

Map items

ItemId String or null

Item Id

Id String or null

Id

State Integer

State

Price Number or null

Price

Point <Point> or null

Point

Lat Number

Lat

Long Number

Long

Url String or null

Url

FeaturedAt DateTime or null

Featured At

FeaturedPlan Integer or null

Featured Plan

DisplayPriceShort String or null

Display Price Short

DisplayStreetNumber String or null

Display Street Number

Clusters Collection of <Cluster> or null

Clusters

Properties Collection of <Property> or null

Properties

ItemId String or null

Item Id

Id String or null

Id

State Integer

State

Price Number or null

Price

Date DateTime or null

Date

DisplayPrice String or null

Display Price

PropertyDetails <PropertyDetails> or null

Property Details

Address String or null

Address

CoverImageUrl String or null

Cover Image Url

GoogleStreetViewUrl String or null

Google Street View Url

Point <Point> or null

Point

(This type has already been defined)
Url String or null

Url

FeaturedAt DateTime or null

Featured At

FeaturedPlan Integer or null

Featured Plan

DisplayPriceShort String or null

Display Price Short

State Integer

State

Point <Point> or null

Point

(This type has already been defined)
FeaturedAt DateTime or null

Featured At

FeaturedPlan Integer or null

Featured Plan

Hits Integer

Hits

Error String or null

Error

Example XML Request (switch to JSON)

<MapDotsRequest xmlns="http://api.trademe.co.nz/v1">
  <Polylines>
    <string>ABC</string>
    <string>ABC</string>
  </Polylines>
  <Limit>123</Limit>
  <Page>123</Page>
  <Sort>
    <Order>ABC</Order>
    <Direction>ABC</Direction>
  </Sort>
  <DisplayRentals>false</DisplayRentals>
  <ForSale>false</ForSale>
  <ForRent>false</ForRent>
  <JustSold>false</JustSold>
  <OffMarket>false</OffMarket>
  <SalePriceMin>123</SalePriceMin>
  <SalePriceMax>123</SalePriceMax>
  <RentRateMin>123</RentRateMin>
  <RentRateMax>123</RentRateMax>
  <OffMarketMin>123</OffMarketMin>
  <OffMarketMax>123</OffMarketMax>
  <ForSaleBathrooms>123</ForSaleBathrooms>
  <ForSaleBedrooms>123</ForSaleBedrooms>
  <ForRentBathrooms>123</ForRentBathrooms>
  <ForRentBedrooms>123</ForRentBedrooms>
  <OffMarketBathrooms>123</OffMarketBathrooms>
  <OffMarketBedrooms>123</OffMarketBedrooms>
  <ForSaleBathroomsMax>123</ForSaleBathroomsMax>
  <ForRentBathroomsMax>123</ForRentBathroomsMax>
  <ForRentBedroomsMax>123</ForRentBedroomsMax>
  <OffMarketBathroomsMax>123</OffMarketBathroomsMax>
  <OffMarketBedroomsMax>123</OffMarketBedroomsMax>
  <DateMin>2018-01-01T00:00:00Z</DateMin>
  <DateMax>2018-01-01T00:00:00Z</DateMax>
  <SuburbId>123</SuburbId>
  <FilterOutTbc>123</FilterOutTbc>
  <UnitIdentifier>ABC</UnitIdentifier>
  <StreetNumber>ABC</StreetNumber>
  <StreetName>ABC</StreetName>
  <StreetType>ABC</StreetType>
  <StreetDirection>ABC</StreetDirection>
  <StreetAlpha>ABC</StreetAlpha>
</MapDotsRequest>

Example JSON Request (switch to XML)

{
  "Polylines": [
    "ABC",
    "ABC"
  ],
  "Limit": 123,
  "Page": 123,
  "Sort": {
    "Order": "ABC",
    "Direction": "ABC"
  },
  "DisplayRentals": false,
  "ForSale": false,
  "ForRent": false,
  "JustSold": false,
  "OffMarket": false,
  "SalePriceMin": 123,
  "SalePriceMax": 123,
  "RentRateMin": 123,
  "RentRateMax": 123,
  "OffMarketMin": 123,
  "OffMarketMax": 123,
  "ForSaleBathrooms": 123,
  "ForSaleBedrooms": 123,
  "ForRentBathrooms": 123,
  "ForRentBedrooms": 123,
  "OffMarketBathrooms": 123,
  "OffMarketBedrooms": 123,
  "ForSaleBathroomsMax": 123,
  "ForRentBathroomsMax": 123,
  "ForRentBedroomsMax": 123,
  "OffMarketBathroomsMax": 123,
  "OffMarketBedroomsMax": 123,
  "DateMin": "\/Date(1514764800)\/",
  "DateMax": "\/Date(1514764800)\/",
  "SuburbId": 123,
  "FilterOutTbc": 123,
  "UnitIdentifier": "ABC",
  "StreetNumber": "ABC",
  "StreetName": "ABC",
  "StreetType": "ABC",
  "StreetDirection": "ABC",
  "StreetAlpha": "ABC"
}

Example XML Response (switch to JSON)

<MapDotsResponse xmlns="http://api.trademe.co.nz/v1">
  <MapItems>
    <MapItem>
      <ItemId>ABC</ItemId>
      <Id>ABC</Id>
      <State>123</State>
      <Price>123.0</Price>
      <Point>
        <Lat>123.0</Lat>
        <Long>123.0</Long>
      </Point>
      <Url>ABC</Url>
      <FeaturedAt>2018-01-01T00:00:00Z</FeaturedAt>
      <FeaturedPlan>123</FeaturedPlan>
      <DisplayPriceShort>ABC</DisplayPriceShort>
      <DisplayStreetNumber>ABC</DisplayStreetNumber>
    </MapItem>
    <MapItem>
      <ItemId>ABC</ItemId>
      <Id>ABC</Id>
      <State>123</State>
      <Price>123.0</Price>
      <Point>
        <Lat>123.0</Lat>
        <Long>123.0</Long>
      </Point>
      <Url>ABC</Url>
      <FeaturedAt>2018-01-01T00:00:00Z</FeaturedAt>
      <FeaturedPlan>123</FeaturedPlan>
      <DisplayPriceShort>ABC</DisplayPriceShort>
      <DisplayStreetNumber>ABC</DisplayStreetNumber>
    </MapItem>
  </MapItems>
  <Clusters>
    <Cluster>
      <Properties>
        <Property>
          <ItemId>ABC</ItemId>
          <Id>ABC</Id>
          <State>123</State>
          <Price>123.0</Price>
          <Date>2018-01-01T00:00:00Z</Date>
          <DisplayPrice>ABC</DisplayPrice>
          <PropertyDetails>
            <Address>ABC</Address>
            <CoverImageUrl>ABC</CoverImageUrl>
            <GoogleStreetViewUrl>ABC</GoogleStreetViewUrl>
          </PropertyDetails>
          <Point />
          <Url>ABC</Url>
          <FeaturedAt>2018-01-01T00:00:00Z</FeaturedAt>
          <FeaturedPlan>123</FeaturedPlan>
          <DisplayPriceShort>ABC</DisplayPriceShort>
        </Property>
        <Property>
          <ItemId>ABC</ItemId>
          <Id>ABC</Id>
          <State>123</State>
          <Price>123.0</Price>
          <Date>2018-01-01T00:00:00Z</Date>
          <DisplayPrice>ABC</DisplayPrice>
          <PropertyDetails>
            <Address>ABC</Address>
            <CoverImageUrl>ABC</CoverImageUrl>
            <GoogleStreetViewUrl>ABC</GoogleStreetViewUrl>
          </PropertyDetails>
          <Point />
          <Url>ABC</Url>
          <FeaturedAt>2018-01-01T00:00:00Z</FeaturedAt>
          <FeaturedPlan>123</FeaturedPlan>
          <DisplayPriceShort>ABC</DisplayPriceShort>
        </Property>
      </Properties>
      <State>123</State>
      <Point />
      <FeaturedAt>2018-01-01T00:00:00Z</FeaturedAt>
      <FeaturedPlan>123</FeaturedPlan>
    </Cluster>
    <Cluster>
      <Properties>
        <Property>
          <ItemId>ABC</ItemId>
          <Id>ABC</Id>
          <State>123</State>
          <Price>123.0</Price>
          <Date>2018-01-01T00:00:00Z</Date>
          <DisplayPrice>ABC</DisplayPrice>
          <PropertyDetails>
            <Address>ABC</Address>
            <CoverImageUrl>ABC</CoverImageUrl>
            <GoogleStreetViewUrl>ABC</GoogleStreetViewUrl>
          </PropertyDetails>
          <Point />
          <Url>ABC</Url>
          <FeaturedAt>2018-01-01T00:00:00Z</FeaturedAt>
          <FeaturedPlan>123</FeaturedPlan>
          <DisplayPriceShort>ABC</DisplayPriceShort>
        </Property>
        <Property>
          <ItemId>ABC</ItemId>
          <Id>ABC</Id>
          <State>123</State>
          <Price>123.0</Price>
          <Date>2018-01-01T00:00:00Z</Date>
          <DisplayPrice>ABC</DisplayPrice>
          <PropertyDetails>
            <Address>ABC</Address>
            <CoverImageUrl>ABC</CoverImageUrl>
            <GoogleStreetViewUrl>ABC</GoogleStreetViewUrl>
          </PropertyDetails>
          <Point />
          <Url>ABC</Url>
          <FeaturedAt>2018-01-01T00:00:00Z</FeaturedAt>
          <FeaturedPlan>123</FeaturedPlan>
          <DisplayPriceShort>ABC</DisplayPriceShort>
        </Property>
      </Properties>
      <State>123</State>
      <Point />
      <FeaturedAt>2018-01-01T00:00:00Z</FeaturedAt>
      <FeaturedPlan>123</FeaturedPlan>
    </Cluster>
  </Clusters>
  <Hits>123</Hits>
  <Error>ABC</Error>
</MapDotsResponse>

Example JSON Response (switch to XML)

{
  "MapItems": [
    {
      "ItemId": "ABC",
      "Id": "ABC",
      "State": 123,
      "Price": 123.0,
      "Point": {
        "Lat": 123.0,
        "Long": 123.0
      },
      "Url": "ABC",
      "FeaturedAt": "\/Date(1514764800)\/",
      "FeaturedPlan": 123,
      "DisplayPriceShort": "ABC",
      "DisplayStreetNumber": "ABC"
    },
    {
      "ItemId": "ABC",
      "Id": "ABC",
      "State": 123,
      "Price": 123.0,
      "Point": {
        "Lat": 123.0,
        "Long": 123.0
      },
      "Url": "ABC",
      "FeaturedAt": "\/Date(1514764800)\/",
      "FeaturedPlan": 123,
      "DisplayPriceShort": "ABC",
      "DisplayStreetNumber": "ABC"
    }
  ],
  "Clusters": [
    {
      "Properties": [
        {
          "ItemId": "ABC",
          "Id": "ABC",
          "State": 123,
          "Price": 123.0,
          "Date": "\/Date(1514764800)\/",
          "DisplayPrice": "ABC",
          "PropertyDetails": {
            "Address": "ABC",
            "CoverImageUrl": "ABC",
            "GoogleStreetViewUrl": "ABC"
          },
          "Point": {
          },
          "Url": "ABC",
          "FeaturedAt": "\/Date(1514764800)\/",
          "FeaturedPlan": 123,
          "DisplayPriceShort": "ABC"
        },
        {
          "ItemId": "ABC",
          "Id": "ABC",
          "State": 123,
          "Price": 123.0,
          "Date": "\/Date(1514764800)\/",
          "DisplayPrice": "ABC",
          "PropertyDetails": {
            "Address": "ABC",
            "CoverImageUrl": "ABC",
            "GoogleStreetViewUrl": "ABC"
          },
          "Point": {
          },
          "Url": "ABC",
          "FeaturedAt": "\/Date(1514764800)\/",
          "FeaturedPlan": 123,
          "DisplayPriceShort": "ABC"
        }
      ],
      "State": 123,
      "Point": {
      },
      "FeaturedAt": "\/Date(1514764800)\/",
      "FeaturedPlan": 123
    },
    {
      "Properties": [
        {
          "ItemId": "ABC",
          "Id": "ABC",
          "State": 123,
          "Price": 123.0,
          "Date": "\/Date(1514764800)\/",
          "DisplayPrice": "ABC",
          "PropertyDetails": {
            "Address": "ABC",
            "CoverImageUrl": "ABC",
            "GoogleStreetViewUrl": "ABC"
          },
          "Point": {
          },
          "Url": "ABC",
          "FeaturedAt": "\/Date(1514764800)\/",
          "FeaturedPlan": 123,
          "DisplayPriceShort": "ABC"
        },
        {
          "ItemId": "ABC",
          "Id": "ABC",
          "State": 123,
          "Price": 123.0,
          "Date": "\/Date(1514764800)\/",
          "DisplayPrice": "ABC",
          "PropertyDetails": {
            "Address": "ABC",
            "CoverImageUrl": "ABC",
            "GoogleStreetViewUrl": "ABC"
          },
          "Point": {
          },
          "Url": "ABC",
          "FeaturedAt": "\/Date(1514764800)\/",
          "FeaturedPlan": 123,
          "DisplayPriceShort": "ABC"
        }
      ],
      "State": 123,
      "Point": {
      },
      "FeaturedAt": "\/Date(1514764800)\/",
      "FeaturedPlan": 123
    }
  ],
  "Hits": 123,
  "Error": "ABC"
}