GET 17.0/database/propertydevelopments/{id}

Description

Retrieve Property Developments

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 50

FullDescription

string

None.

Pictures

string

None.

UploadPictures

byte

None.

PropertyAreaID

integer

None.

CountryCode

integer

None.

PropertyName

string

String length: inclusive between 0 and 50

Street

string

String length: inclusive between 0 and 50

Locality

string

String length: inclusive between 0 and 30

Town

string

String length: inclusive between 0 and 30

Region

string

String length: inclusive between 0 and 30

Postcode

string

String length: inclusive between 0 and 30

Country

string

String length: inclusive between 0 and 30

DetailsFileName

string

None.

UploadDetailsFile

byte

None.

Status

byte

None.

WebFeatured

byte

None.

Longitude

decimal number

None.

Latitude

decimal number

None.

MapZoomLevel

byte

None.

MinPrice

decimal number

None.

MaxPrice

decimal number

None.

VirtualTourURL

string

String length: inclusive between 0 and 255

UpdatedDate

date

None.

SiteID

integer

None.

What3Words

string

String length: inclusive between 0 and 100

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "fullDescription": "sample string 3",
  "pictures": "sample string 4",
  "uploadPictures": 64,
  "propertyAreaID": 6,
  "countryCode": 7,
  "propertyName": "sample string 8",
  "street": "sample string 9",
  "locality": "sample string 10",
  "town": "sample string 11",
  "region": "sample string 12",
  "postcode": "sample string 13",
  "country": "sample string 14",
  "detailsFileName": "sample string 15",
  "uploadDetailsFile": 64,
  "status": 64,
  "webFeatured": 64,
  "longitude": 19.0,
  "latitude": 20.0,
  "mapZoomLevel": 64,
  "minPrice": 22.0,
  "maxPrice": 23.0,
  "virtualTourURL": "sample string 24",
  "updatedDate": "2025-01-09T20:35",
  "siteID": 26,
  "what3Words": "sample string 27"
}

application/xml, text/xml

Sample:
<PropertyDevelopments xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <FullDescription>sample string 3</FullDescription>
  <Pictures>sample string 4</Pictures>
  <UploadPictures>64</UploadPictures>
  <PropertyAreaID>6</PropertyAreaID>
  <CountryCode>7</CountryCode>
  <PropertyName>sample string 8</PropertyName>
  <Street>sample string 9</Street>
  <Locality>sample string 10</Locality>
  <Town>sample string 11</Town>
  <Region>sample string 12</Region>
  <Postcode>sample string 13</Postcode>
  <Country>sample string 14</Country>
  <DetailsFileName>sample string 15</DetailsFileName>
  <UploadDetailsFile>64</UploadDetailsFile>
  <Status>64</Status>
  <WebFeatured>64</WebFeatured>
  <Longitude>19</Longitude>
  <Latitude>20</Latitude>
  <MapZoomLevel>64</MapZoomLevel>
  <MinPrice>22</MinPrice>
  <MaxPrice>23</MaxPrice>
  <VirtualTourURL>sample string 24</VirtualTourURL>
  <UpdatedDate>2025-01-09T20:35:00.6006867+00:00</UpdatedDate>
  <SiteID>26</SiteID>
  <What3Words>sample string 27</What3Words>
</PropertyDevelopments>