---
title: "Get a single Property by PropertyKey"
method: GET
path: "/odata/v1/Property/{PropertyKey}"
tags: ["Property"]
---

# Get a single Property by PropertyKey

`GET /odata/v1/Property/{PropertyKey}`

Both methods are valid and return the same result: a single Property entity identified by its unique PropertyKey.
The path-style is more intuitive and commonly used in RESTful APIs.
The function-style follows OData conventions and may be required in certain query contexts (e.g., when the key contains special characters or is not a simple numeric ID).

<b>Path-style access: </b>```/odata/v1/Property/{PropertyKey}```

<b>Example: </b>```/odata/v1/Property/123456789```

<b>Function-style access: </b>```/odata/v1/Property('{PropertyKey}')```

<b>Example: </b>```/odata/v1/Property('123456789')```

## Path parameters

- `PropertyKey` string, required

## Query parameters

- `$select` string

## Response `200`

OK (DDF.Core.Entities.Property object)

- DDFInfrastructureSwaggerExampleModelsODataSingleResponse1DDFCoreEntitiesPropertyDDFCoreVersion1000CultureNeutralPublicKeyTokenNull
  - `@odata.context` string, nullable
  - `ListingKey` string, nullable — A unique identifier for this record from the immediate source.
  - `PropertySubType` string, Enum: PropertySubType, nullable — A list of types of residential and residential lease properties, i.e. Condo, etc. Or a list of Sub Types for Mobile, such as Expando, Manufactured, Modular, etc.
  - `DocumentsAvailable` integer[], nullable — A list of the Documents available for the property. Knowing what documents are available for the property is valuable information.
  - `LeaseAmount` number, double, nullable — The amount of any lease the business pays for it's current location.
  - `LeaseAmountFrequency` string, Enum: FeeFrequency, nullable — The frequency of the LeaseAmount is paid. Monthly, weekly, annual, etc.
  - `BusinessType` integer[], nullable — The type of business being sold. Retail, Recreation, Restaurant, Residential, etc.
  - `LeasePerUnit` string, Enum: LotSizeUnits, nullable — A pick list of the unit of measurement used for the lease per unit.
  - `PricePerUnit` string, Enum: LotSizeUnits, nullable — A pick list of the unit of measurement used for the price per unit.
  - `WaterBodyName` string, nullable — The name, if known, of the body of water on which the property is located. (E.g., lake name, river name, ocean name, sea name, canal name).
  - `View` integer[], nullable — A view as seen from the listed property.
  - `NumberOfBuildings` integer, nullable — Total number of separate buildings included in the income property.
  - `NumberOfUnitsTotal` integer, nullable — Total number of units included in the income property, occupied or unoccupied.
  - `LotFeatures` integer[], nullable — A list of features or description of the lot included in the sale/lease.
  - `LotSizeArea` number, double, nullable — The total area of the lot. See Lot Size Units for the units of measurement (Square Feet, Square Meters, Acres, etc.).
  - `LotSizeDimensions` string, nullable — The dimensions of the lot minimally represented as length and width (i.e. 250 x 180) or a measurement of all sides of the polygon representing the property lines of the property. i.e. 30 x 50 x 120 x 60 x 22.
  - `LotSizeUnits` string, Enum: LotSizeUnits, nullable — A pick list of the unit of measurement for the area. i.e. Square Feet, Square Meters, Acres, etc.
  - `PoolFeatures` integer[], nullable — A list of features or description of the pool included in the sale/lease.
  - `RoadSurfaceType` integer[], nullable — Pick list of types of surface of the Road to access the property. The surface of the road(s) for access to the property is an important factor in determining value of the property and it’s appropriateness for intended use.
  - `CurrentUse` integer[], nullable — A list of the type(s) of current use of the property. The current use of the property is an important factor in understanding the overall condition of the land and determining it's appropriateness for intended use.
  - `PossibleUse` integer[], nullable — A list of the type(s) of possible or best uses of the property. Probable use gives a good indication of what the best use or potential use of the property could be. i.e. Primary, Vacation, Investment, Rental, Retirement.
  - `AnchorsCoTenants` string, nullable — The main or most notable tenants as well as other tenants of the shopping center or mall in which the commercial property is located.
  - `WaterfrontFeatures` integer[], nullable — A list of the features or description of the waterfront on which the property is located.
  - `CommunityFeatures` integer[], nullable — A list of features related to, or available within, the community.
  - `FrontageLengthNumeric` number, double, nullable — A numeric representation of the length of the frontage.
  - `FrontageLengthNumericUnits` unknown
  - `Fencing` integer[], nullable — A list of types of fencing at the property.
  - `Appliances` integer[], nullable — A list of the appliances that will be included in the sale/lease of the property.
  - `OtherEquipment` integer[], nullable — A list of other equipment that will be included in the sale of the property.
  - `SecurityFeatures` integer[], nullable — A list describing the security features included in the sale/lease.
  - `TotalActualRent` number, double, nullable — Total actual rent currently being collected from tenants of the income property.
  - `ExistingLeaseType` integer[], nullable — Information about the status of the existing lease on the property. i.e. Net, Gross, Percentage,, etc.
  - `AssociationFee` number, double, nullable — A fee paid by the homeowner to the Home Owners Association which is used for the upkeep of the common area, neighborhood or other association related benefits.
  - `AssociationFeeFrequency` string, Enum: FeeFrequency, nullable — The frequency the Association fee is paid. For example, Weekly, Monthly, Annually, Bi-Monthly, One Time, etc.
  - `AssociationName` string, nullable — The name of the Home Owners Association.
  - `AssociationFeeIncludes` integer[], nullable — Services included with the association fee. For example Landscaping, Trash, Water, etc.
  - `OriginalEntryTimestamp` string, Enum: DateTime, nullable — The date and time the record was inserted into the source system (in Zulu time (UTC)).
  - `ModificationTimestamp` string, Enum: DateTime, nullable — The date and time the record was last updated in the source system (in Zulu time (UTC)).
  - `AvailabilityDate` string, date-time, nullable — The date the property will be available for possession/occupation.
  - `ListingId` string, nullable — The well known identifier for the listing. The value may be identical to that of the Listing Key, but the Listing ID is intended to be the value used by a human to retrieve the information about a specific listing. In a multiple originating system or a merged system, this value may not be unique and may require the use of the provider system to create a synthetic unique value.
  - `ListAgentNationalAssociationId` string, nullable — A system unique identifier. This is the primary MemberKey that the property belongs to.
  - `CoListAgentNationalAssociationId` string, nullable — A system unique identifier. This is the secondary MemberKey that the property belongs to.
  - `CoListAgentNationalAssociationId2` string, nullable — A system unique identifier. This is the secondary MemberKey that the property belongs to.
  - `CoListAgentNationalAssociationId3` string, nullable — A system unique identifier. This is the secondary MemberKey that the property belongs to.
  - `InternetEntireListingDisplayYN` boolean, nullable — A yes/no field that states the seller has allowed the listing to be displayed on Internet sites.
  - `StandardStatus` unknown
  - `StatusChangeTimestamp` string, Enum: DateTime, nullable — The transactional timestamp automatically recorded by the MLS system representing the date/time the listing's status was last changed (in Zulu time (UTC)).
  - `PublicRemarks` string, nullable — Text remarks that may be displayed to the public.
  - `ListPrice` number, double, nullable — The current price of the property as determined by the seller and the seller's broker. For auctions this is the minimum or reserve price.
  - `Inclusions` string, nullable — Portable elements of the property that will be included in the sale.
  - `ListOfficeKey` string, nullable — A system unique identifier. This is the OfficeKey that the property belongs to.
  - `CoListOfficeKey` string, nullable — A system unique identifier. This is the secondary OfficeKey that the property belongs to.
  - `CoListOfficeKey2` string, nullable — A system unique identifier. This is the secondary OfficeKey that the property belongs to.
  - `CoListOfficeKey3` string, nullable — A system unique identifier. This is the secondary OfficeKey that the property belongs to.
  - `ListOfficeNationalAssociationId` string, nullable — A system unique identifier. This is the primary OfficeKey that the property belongs to.
  - `CoListOfficeNationalAssociationId` string, nullable — A system unique identifier. This is the secondary OfficeKey that the property belongs to.
  - `CoListOfficeNationalAssociationId2` string, nullable — A system unique identifier. This is the secondary OfficeKey that the property belongs to.
  - `CoListOfficeNationalAssociationId3` string, nullable — A system unique identifier. This is the secondary OfficeKey that the property belongs to.
  - `CoListAgentKey` string, nullable — A system unique identifier. This is the secondary MemberKey that the property belongs to.
  - `CoListAgentKey2` string, nullable — A system unique identifier. This is the secondary MemberKey that the property belongs to.
  - `CoListAgentKey3` string, nullable — A system unique identifier. This is the secondary MemberKey that the property belongs to.
  - `ListAgentKey` string, nullable — A system unique identifier. This is the MemberKey that the property belongs to.
  - `InternetAddressDisplayYN` boolean, nullable — A yes/no field that states the seller has allowed the listing address to be displayed on Internet sites.
  - `ListingURL` string, nullable — Provides a link to the specific listing on realtor.ca. The UTM codes should be removed when performing any ODATA operation with this field.
  - `OriginatingSystemName` string, nullable — The name of the Originating record provider. Most commonly the name of the MLS. The place where the listing is originally input by the member. The legal name of the company.
  - `PhotosCount` integer, nullable — The total number of pictures or photos included with the listing.
  - `PhotosChangeTimestamp` string, Enum: DateTime, nullable — System generated timestamp of when the last update or change to the photos for this listing was made (in Zulu time (UTC)).
  - `CommonInterest` string, Enum: CommonInterest, nullable — Common Interest is a type of ownership in a property that is composed of an individual lot or unit and a share of the ownership or use of common areas.
  - `ListAOR` string, Enum: AOR, nullable — The responsible board or association of REALTORS® for this listing.
  - `ListAORKey` string, nullable — A system unique identifier. Specifically, in aggregation systems, the ListAOR Key is the unique identifier of the primary board or association of REALTORS providing the property data, from the system where the record was retrieved.
  - `UnparsedAddress` string, nullable — The UnparsedAddress is a text representation of the address with the full civic location as a single entity. It may optionally include any of City, StateOrProvince, PostalCode and Country.
  - `PostalCode` string, nullable — The postal code portion of a street or mailing address.
  - `SubdivisionName` string, nullable — A neighborhood, community, complex or builder tract.
  - `StateOrProvince` string, Enum: StateOrProvince, nullable — Text field containing the accepted postal abbreviation for the state or province.
  - `StreetDirPrefix` string, Enum: StreetDir, nullable — The direction indicator that precedes the listed property's street name.
  - `StreetDirSuffix` string, Enum: StreetDir, nullable — The direction indicator that follows a listed property's street address.
  - `StreetName` string, nullable — The street name portion of a listed property's street address.
  - `StreetNumber` string, nullable — The street number portion of a listed property's street address. In some areas the street number may contain non-numeric characters. This field can also contain extensions and modifiers to the street number, such as "1/2" or "-B". This street number field should not include Prefixes, Direction or Suffixes.
  - `StreetSuffix` unknown
  - `UnitNumber` string, nullable — Text field containing the number or portion of a larger building or complex. Unit Number should appear following the street suffix or, if it exists, the street suffix direction, in the street address. Examples are: "APT G", "55", etc.
  - `Country` string, Enum: Country, nullable — The country in a postal address.
  - `City` string, nullable — The city in listing address.
  - `Directions` string, nullable — Driving directions to the property.
  - `Latitude` number, double, nullable — The geographic latitude of some reference point on the property, specified in degrees and decimal parts. Positive numbers must not include the plus symbol.
  - `Longitude` number, double, nullable — The geographic longitude of some reference point on the property, specified in degrees and decimal parts. Positive numbers must not include the plus symbol.
  - `CityRegion` string, nullable — A sub-section or area of a defined city. Examples would be Yorkville in Toronto, ON, Fairview in Vancouver, BC
  - `MapCoordinateVerifiedYN` boolean, nullable — This flag is deprecated and should not be used by clients. Instead, use the GeoCodeManualYN flag to determine whether geocoordinates were manually provided by Boards or Members.
  - `GeocodeManualYN` boolean, nullable — This flag indicates whether the geocoordinates in the response were manually provided, such as by Boards or Members. If the flag is set to false, users can decide whether to geocode those listings themselves or review them.
  - `ParkingTotal` integer, nullable — The total number of parking spaces included in the sale.
  - `YearBuilt` integer, nullable — The year that an occupancy permit is first granted for the house or other local measure of initial habitability of the build.
  - `BathroomsPartial` integer, nullable — The number of partial bathrooms in the property being sold/leased.
  - `BathroomsTotalInteger` integer, nullable — The simple sum of the number of bathrooms.
  - `BedroomsTotal` integer, nullable — The total number of bedrooms in the dwelling.
  - `BuildingAreaTotal` number, double, nullable — Total area of the structure. Includes both finished and unfinished areas.
  - `BuildingAreaUnits` string, Enum: AreaUnits, nullable — A pick list of the unit of measurement for the area (e.g., Square Feet, Square Meters).
  - `BuildingFeatures` integer[], nullable — Features or amenities of the building or business park.
  - `AboveGradeFinishedArea` number, double, nullable — Finished area within the structure that is at or above the surface of the ground.
  - `AboveGradeFinishedAreaUnits` string, Enum: AreaUnits, nullable — A pick list of the unit of measurement for the area (e.g., Square Feet, Square Meters).
  - `AboveGradeFinishedAreaSource` string, Enum: SquareFootageSource, nullable — The source of the measurements. This is a pick list of options showing the source of the measurement (e.g., Agent, Assessor, Estimate).
  - `AboveGradeFinishedAreaMinimum` number, double, nullable — The minimum finished area within the structure that is at or above the surface of the ground.
  - `AboveGradeFinishedAreaMaximum` number, double, nullable — The maximum finished area within the structure that is at or above the surface of the ground.
  - `BelowGradeFinishedArea` number, double, nullable — The finished area within the structure that is below ground.
  - `BelowGradeFinishedAreaUnits` string, Enum: AreaUnits, nullable — A pick list of the unit of measurement for the area (e.g., Square Feet, Square Meters).
  - `BelowGradeFinishedAreaSource` string, Enum: SquareFootageSource, nullable — The source of the measurements. This is a pick list of options showing the source of the measurement (e.g., Agent, Assessor, Estimate).
  - `BelowGradeFinishedAreaMinimum` number, double, nullable — The minimum finished area within the structure that is below ground.
  - `BelowGradeFinishedAreaMaximum` number, double, nullable — The maximum finished area within the structure that is below ground.
  - `LivingArea` number, double, nullable — The total livable area within the structure.
  - `LivingAreaUnits` string, Enum: AreaUnits, nullable — A pick list of the unit of measurement for the area (e.g., Square Feet, Square Meters).
  - `LivingAreaSource` string, Enum: SquareFootageSource, nullable — The source of the measurements. This is a pick list of options showing the source of the measurement (e.g., Agent, Assessor, Estimate).
  - `LivingAreaMinimum` number, double, nullable — The minimum livable area within the structure.
  - `LivingAreaMaximum` number, double, nullable — The maximum livable area within the structure.
  - `FireplacesTotal` integer, nullable — The total number of fireplaces included in the property.
  - `FireplaceYN` boolean, nullable — Does the property include a fireplace.
  - `FireplaceFeatures` integer[], nullable — A list of features or description of the fireplace(s) included in the sale/lease.
  - `ArchitecturalStyle` integer[], nullable — A list describing the style of the structure. For example, Victorian, Ranch, Craftsman, etc.
  - `Heating` integer[], nullable — A list describing the heating features of the property.
  - `FoundationDetails` integer[], nullable — A list of the type(s) of foundation on which the property sits.
  - `Basement` integer[], nullable — A list of information and features about the basement. i.e. None/Slab, Finished, Partially Finished, Crawl Space, Dirt, Outside Entrance, Radon Mitigation
  - `ExteriorFeatures` integer[], nullable — A list of features or description of the exterior of the property included in the sale/lease.
  - `Flooring` integer[], nullable — A list of the type(s) of flooring found within the property.
  - `ParkingFeatures` integer[], nullable — A list of features or description of the parking included in the sale/lease.
  - `Cooling` integer[], nullable — A list describing the cooling or air conditioning features of the property.
  - `PropertyCondition` integer[], nullable — A list describing the condition of the property and any structures included in the sale.
  - `Roof` integer[], nullable — A list describing the type or style of roof. For example Spanish Tile, Composite, Shake, etc.
  - `ConstructionMaterials` integer[], nullable — A list of the materials that were used in the construction of the property.
  - `Rooms` DDFCoreEntitiesPropertyRoom[], nullable — A collection of types of rooms and details/features about the given room.
    - `RoomKey` string, nullable — A unique identifier for this record.
    - `ListingId` string, nullable — This is the foreign ID relating to the Property Resource. The well known identifier for the listing.
    - `ListingKey` string, nullable — This is the foreign key relating to the property resource. A unique identifier for this record from the immediate source.
    - `ModificationTimestamp` string, date-time — Date/time this record was last modified (in Zulu time (UTC)).
    - `RoomDescription` string, nullable — A textual description of the given room.
    - `RoomDimensions` string, nullable — A textual description of the dimensions of the given room.
    - `RoomLength` number, double, nullable — A numeric representation of the length of the given room. See the RoomLengthWidthUnits for the unit of measurement used for the length and width.
    - `RoomLevel` string, Enum: RoomLevel, nullable — The level within the dwelling on which the given room is located.
    - `RoomWidth` number, double, nullable — A numeric representation of the width of the given room.
    - `RoomLengthWidthUnits` string, Enum: LinearUnits, nullable — The unit of measurement used for the value in the RoomLength and the RoomWidth fields. e.g. feet, meters, etc.
    - `RoomType` string, Enum: RoomType, nullable — The type of room being described by the other fields in the PropertyRooms resource.
  - `Stories` number, double, nullable — The number of floors in the property being sold.
  - `PropertyAttachedYN` boolean, nullable — A flag indicating that the primary structure is attached to another structure that is not included in the sale. i.e. one unit of a duplex. As with all flags, the field may be null.
  - `AccessibilityFeatures` integer[], nullable — A list or description of the accessibility features included in the sale/lease.
  - `BedroomsAboveGrade` integer, nullable — The total number of bedrooms within the structure that is above ground.
  - `BedroomsBelowGrade` integer, nullable — The total number of bedrooms within the structure that is below ground.
  - `Zoning` string, nullable — A division of the city into areas of different permissible land uses. This Zone field should be used for the short code that is commonly used. For full textual descriptions please use the ZoningDescription field.
  - `ZoningDescription` string, nullable — A list of descriptions of the zoning of the property. The zoning codes are often non-descriptive and variant. Zoning Description is a more descriptive form of the zoning for the property, i.e. Agricultural, Residential, Rezone Possible, etc. Specific zone codes must be added to the Zoning field.
  - `TaxAnnualAmount` number, double, nullable — The annual property tax amount as of the last assessment made by the taxing authority.
  - `TaxBlock` string, nullable — A type of legal description for land in developed areas where streets or other rights-of-ways delineate large parcels of land referred to as divided into lots on which homes or other types of developments are built.
  - `TaxLot` string, nullable — A type of legal description for land in developed areas where streets or other rights-of-ways delineate large parcels of land referred to as divided into lots on which homes or other types of developments are built.
  - `TaxYear` integer, nullable — The year in with the last assessment of the property value/tax was made.
  - `StructureType` integer[], nullable — The type of structure that the property completely or partially encompasses. For example, House or Cabin are the overall structure and typically sold or leased as a whole.
  - `ParcelNumber` string, nullable — A number used to uniquely identify a parcel or lot. This number is typically issued by the county or county assessor. The AP number format varies from county to county. It is recommended that all Parcel Numbers be transmitted without dashes or hyphens.
  - `Utilities` integer[], nullable — A list of the utilities for the property being sold/leased.
  - `IrrigationSource` integer[], nullable — The source which the property receives its water for irrigation.
  - `WaterSource` integer[], nullable — A list of the source(s) of water for the property.
  - `Sewer` integer[], nullable — A list describing the sewer or septic features of the property.
  - `Electric` integer[], nullable — A list of electric-service related features of the property (e.g. 110 Volt, 3 Phase, 220 Volt, RV Hookup).
  - `Media` DDFCoreEntitiesMedia[], nullable — A collection of the types of media fields available for this Property.
    - `MediaKey` string, nullable — A unique identifier for this record from the immediate source. This may be a number, or string that can include URI or other forms. This is the system you are connecting to and not necessarily the original source of the record.
    - `LongDescription` string, nullable — The full description of the object.
    - `MediaURL` string, nullable — The URI to the media file referenced by this record.
    - `ModificationTimestamp` string, Enum: DateTime, nullable — Date/time the record was last modified (in Zulu time (UTC)).
    - `Order` integer, nullable — The order in which the media object is displayed. Zero is the primary photo per RETS convention.
    - `PreferredPhotoYN` boolean, nullable — When set to true, the media record in question is the preferred photo. This will typically mean the photo to be shown when only one of the photos is to be displayed.
    - `ResourceRecordId` string, nullable — The well known identifier of the related record from the source resource.
    - `ResourceRecordKey` string, nullable — The primary key of the related record from the source resource.
    - `ResourceName` string, Enum: ResourceName, nullable — The resource or table of the listing or other record the media relates to. i.e. Property, Member, Office, etc.
    - `MediaCategory` string, Enum: MediaCategory, nullable — Category describing the , Photos, Documents, Video, Unbranded Virtual Tour, Branded Virtual Tour, Floor Plan, Logo

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/realtor/apis/realtor-ca-ddf-web-api-documentation.md) · [All operations](https://skmtc.net/realtor/apis/realtor-ca-ddf-web-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/realtor/realtor-ca-ddf-web-api-documentation/versions/17c9ffddac21/schema)
