> ## Documentation Index
> Fetch the complete documentation index at: https://getbuildify.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Multiple Listings

> Fetch multiple listings available without any hassle.



## OpenAPI

````yaml get /{apiVersion}/{apiProvince}/multiple_listings
openapi: 3.0.0
info:
  title: Buildify API
  version: '1.0'
servers:
  - url: https://api.getbuildify.com
security:
  - sec0: []
paths:
  /{apiVersion}/{apiProvince}/multiple_listings:
    get:
      summary: Get Multiple Listings
      description: 📑 Fetch multiple listings available without any hassle.
      operationId: get-multiple-listings
      parameters:
        - name: ids
          in: query
          description: Listing ids to fetch, should be comma separated.
          required: true
          schema:
            type: string
        - name: retrieveAttributes
          in: query
          description: >-
            Attributes to retrieve. For example: name, summary, builders, etc.
            It should be comma separated. **[See more
            info](https://buildify.readme.io/reference/retrievable-attributes)**.
          schema:
            type: string
        - name: referrences
          in: query
          description: >-
            Fields to attach referrences. For example: builders, marketers, etc.
            It should be comma separated. **[See more
            info](https://buildify.readme.io/reference/referrencing)**.
          schema:
            type: string
        - name: apiVersion
          in: path
          schema:
            type: string
            enum:
              - v1-sandbox
              - v1-lite
              - v1
          required: true
        - name: apiProvince
          in: path
          schema:
            type: string
            enum:
              - all
              - 'on'
              - bc
              - ab
              - mb
              - nb
              - nl
              - ns
              - pe
              - qc
              - sk
            default: 'on'
          required: true
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: |-
                    {
                      "results": [
                        {
                          "estimatedCompletionYear": 2024,
                          "firstOccupancyDateTBD": false,
                          "country": "Canada",
                          "numberOfUnits": "354",
                          "constructionStartedTBD": false,
                          "state": "Ontario",
                          "isFeatured": false,
                          "logo": {
                            "url": "https://storage.googleapis.com/precon-app.appspot.com/74ea744b-0ec8-413d-9df3-9573c759a250.png",
                            "name": "logo"
                          },
                          "maxBaths": 2,
                          "_geoloc": {
                            "lat": 43.25477892843521,
                            "lng": -79.86067799088214
                          },
                          "minBaths": 1,
                          "assignmentFee": null,
                          "developmentLevies": "$8,000 for 1 Bedroom Den and smaller $10,000 for 2 Bedrooms and larger",
                          "ccOrMaintFeeIncluded": false,
                          "brokerages": [],
                          "endPricePerSqFeet": 373990,
                          "developmentLeviesIncluded": false,
                          "long": "-79.86067799088214",
                          "lockerMaintainance": 0,
                          "sellingStatus": "Sold Out",
                          "floorPlans": [
                            {
                              "lastUpdated": "2022-12-06T21:08:50.114Z",
                              "startPrice": "373990",
                              "planCategory": "floorPlan",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "createdAt": "2022-12-06T21:08:50.114Z",
                              "name": "Glass",
                              "squareFeet": "431",
                              "exposure": [],
                              "contactForPricing": false,
                              "numberOfBathrooms": 1,
                              "status": "Sold Out",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_15_1jarvis_emblemdevelopment_floorplans_glass.jpg"
                              },
                              "numberOfBedrooms": 1
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "squareFeet": "435",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "contactForPricing": false,
                              "numberOfBedrooms": 1,
                              "status": "Sold Out",
                              "planCategory": "floorPlan",
                              "name": "Marble-1",
                              "startPrice": "379990",
                              "numberOfBathrooms": 1,
                              "lastUpdated": "2022-12-06T21:08:50.116Z",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_17_36_1jarvis_emblemdevelopment_floorplans_marble-1.jpg"
                              }
                            },
                            {
                              "contactForPricing": false,
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "status": "Sold Out",
                              "name": "Marble",
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "startPrice": "390990",
                              "planCategory": "floorPlan",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_23_1jarvis_emblemdevelopment_floorplans_marble.jpg"
                              },
                              "numberOfBedrooms": 1,
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBathrooms": 1,
                              "squareFeet": "435"
                            },
                            {
                              "planCategory": "floorPlan",
                              "contactForPricing": false,
                              "startPrice": "366990",
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "name": "Wood-2/-3/-6",
                              "numberOfBathrooms": 1,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBedrooms": 1,
                              "status": "Sold Out",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_04_1jarvis_emblemdevelopment_floorplans_wood-2.jpg",
                                "name": "Photo"
                              },
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "exposure": [],
                              "squareFeet": "460"
                            },
                            {
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "name": "Velvet",
                              "squareFeet": "460",
                              "numberOfBathrooms": 1,
                              "contactForPricing": false,
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_17_54_1jarvis_emblemdevelopment_floorplans_velvet.jpg"
                              },
                              "startPrice": "366990",
                              "numberOfBedrooms": 1,
                              "status": "Sold Out"
                            },
                            {
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "numberOfBedrooms": 1,
                              "name": "Satin-1",
                              "contactForPricing": false,
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "startPrice": "366990",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_17_42_1jarvis_emblemdevelopment_floorplans_satin-1.jpg"
                              },
                              "squareFeet": "460",
                              "planCategory": "floorPlan",
                              "numberOfBathrooms": 1
                            },
                            {
                              "status": "Sold Out",
                              "numberOfBathrooms": 1,
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "startPrice": "371990",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_41_1jarvis_emblemdevelopment_floorplans_wood-1.jpg",
                                "name": "Photo"
                              },
                              "floorPlanType": [
                                "Condo"
                              ],
                              "name": "Wood-1/-5",
                              "contactForPricing": false,
                              "squareFeet": "460",
                              "numberOfBedrooms": 1,
                              "exposure": []
                            },
                            {
                              "squareFeet": "460",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_34_1jarvis_emblemdevelopment_floorplans_velvet-2.jpg"
                              },
                              "startPrice": "373990",
                              "name": "Velvet-2",
                              "exposure": [],
                              "status": "Sold Out",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "planCategory": "floorPlan",
                              "numberOfBedrooms": 1,
                              "numberOfBathrooms": 1,
                              "contactForPricing": false,
                              "lastUpdated": "2022-12-06T21:08:50.117Z"
                            },
                            {
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "status": "Sold Out",
                              "squareFeet": "460",
                              "numberOfBathrooms": 1,
                              "name": "Satin",
                              "exposure": [],
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_26_1jarvis_emblemdevelopment_floorplans_satin.jpg",
                                "name": "Photo"
                              },
                              "contactForPricing": false,
                              "startPrice": "373990",
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "numberOfBedrooms": 1
                            },
                            {
                              "startPrice": "366990",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "squareFeet": "461",
                              "status": "Sold Out",
                              "name": "Glass-1",
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "numberOfBathrooms": 1,
                              "exposure": [],
                              "contactForPricing": false,
                              "numberOfBedrooms": 1,
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "planCategory": "floorPlan",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_17_23_1jarvis_emblemdevelopment_floorplans_glass-1.jpg"
                              }
                            },
                            {
                              "contactForPricing": false,
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "name": "Silver-1",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_17_49_1jarvis_emblemdevelopment_floorplans_silver-1.jpg",
                                "name": "Photo"
                              },
                              "exposure": [],
                              "status": "Sold Out",
                              "startPrice": "374990",
                              "squareFeet": "496",
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.117Z"
                            },
                            {
                              "numberOfBedrooms": 1,
                              "squareFeet": "496",
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "planCategory": "floorPlan",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "startPrice": "383990",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_30_1jarvis_emblemdevelopment_floorplans_silver.jpg"
                              },
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "name": "Silver",
                              "exposure": [],
                              "numberOfBathrooms": 1,
                              "status": "Sold Out",
                              "contactForPricing": false
                            },
                            {
                              "status": "Sold Out",
                              "planCategory": "floorPlan",
                              "name": "Gold-1",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "contactForPricing": false,
                              "numberOfBathrooms": 1,
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "numberOfBedrooms": 1,
                              "squareFeet": "504",
                              "startPrice": "374990",
                              "exposure": [],
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_17_27_1jarvis_emblemdevelopment_floorplans_gold-1.jpg",
                                "name": "Photo"
                              }
                            },
                            {
                              "contactForPricing": false,
                              "name": "Gold",
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "squareFeet": "504",
                              "numberOfBedrooms": 1,
                              "status": "Sold Out",
                              "numberOfBathrooms": 1,
                              "planCategory": "floorPlan",
                              "startPrice": "383990",
                              "exposure": [],
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_20_1jarvis_emblemdevelopment_floorplans_gold.jpg",
                                "name": "Photo"
                              },
                              "floorPlanType": [
                                "Condo"
                              ]
                            },
                            {
                              "planCategory": "floorPlan",
                              "contactForPricing": false,
                              "startPrice": "370990",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_17_19_1jarvis_emblemdevelopment_floorplans_birchwood-1.jpg"
                              },
                              "numberOfBedrooms": 1,
                              "name": "Birchwood-1",
                              "createdAt": "2022-12-06T21:08:50.117Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBathrooms": 1,
                              "squareFeet": "521",
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.117Z",
                              "exposure": []
                            },
                            {
                              "name": "Birchwood/Maplewood",
                              "numberOfBedrooms": 1,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "squareFeet": "521",
                              "startPrice": "377990",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_10_1jarvis_emblemdevelopment_floorplans_birchwood.jpg"
                              },
                              "numberOfBathrooms": 1,
                              "contactForPricing": false,
                              "exposure": [],
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "planCategory": "floorPlan",
                              "status": "Sold Out",
                              "createdAt": "2022-12-06T21:08:50.118Z"
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "numberOfBathrooms": 1,
                              "squareFeet": "522",
                              "contactForPricing": false,
                              "name": "Maplewood-1",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_17_31_1jarvis_emblemdevelopment_floorplans_maplewood-1.jpg"
                              },
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "startPrice": "370990",
                              "exposure": [],
                              "numberOfBedrooms": 1
                            },
                            {
                              "squareFeet": "468",
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "exposure": [],
                              "planCategory": "floorPlan",
                              "startPrice": "402990",
                              "numberOfBedrooms": 1.5,
                              "contactForPricing": false,
                              "status": "Sold Out",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "name": "Silk/Silk-1",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_57_1jarvis_emblemdevelopment_floorplans_silk.jpg"
                              },
                              "numberOfBathrooms": 1
                            },
                            {
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "status": "Sold Out",
                              "numberOfBathrooms": 1,
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "squareFeet": "469",
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_15_1jarvis_emblemdevelopment_floorplans_bronze.jpg"
                              },
                              "name": "Bronze/Bronze-1",
                              "numberOfBedrooms": 1.5,
                              "exposure": [],
                              "contactForPricing": false,
                              "startPrice": "402990"
                            },
                            {
                              "status": "Sold Out",
                              "startPrice": "403990",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "exposure": [],
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "contactForPricing": false,
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "numberOfBathrooms": 1,
                              "name": "Nickel",
                              "squareFeet": "472",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_38_1jarvis_emblemdevelopment_floorplans_nickel.jpg",
                                "name": "Photo"
                              }
                            },
                            {
                              "status": "Sold Out",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "numberOfBedrooms": 1.5,
                              "numberOfBathrooms": 1,
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_19_1jarvis_emblemdevelopment_floorplans_chrome.jpg",
                                "name": "Photo"
                              },
                              "contactForPricing": false,
                              "exposure": [],
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "squareFeet": "472",
                              "startPrice": "403990",
                              "name": "Chrome",
                              "lastUpdated": "2022-12-06T21:08:50.118Z"
                            },
                            {
                              "planCategory": "floorPlan",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_25_1jarvis_emblemdevelopment_floorplans_copper.jpg",
                                "name": "Photo"
                              },
                              "startPrice": "399990",
                              "squareFeet": "474",
                              "contactForPricing": false,
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "name": "Copper",
                              "numberOfBathrooms": 1,
                              "status": "Sold Out",
                              "exposure": [],
                              "numberOfBedrooms": 1.5,
                              "floorPlanType": [
                                "Condo"
                              ]
                            },
                            {
                              "status": "Sold Out",
                              "contactForPricing": false,
                              "numberOfBathrooms": 1,
                              "startPrice": "405990",
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "name": "Onyx/Onyx-1",
                              "numberOfBedrooms": 1.5,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "squareFeet": "503",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_43_1jarvis_emblemdevelopment_floorplans_onyx.jpg",
                                "name": "Photo"
                              },
                              "exposure": []
                            },
                            {
                              "numberOfBathrooms": 1,
                              "contactForPricing": false,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "name": "Granite/Granite-1",
                              "exposure": [],
                              "planCategory": "floorPlan",
                              "startPrice": "405990",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "numberOfBedrooms": 1.5,
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_32_1jarvis_emblemdevelopment_floorplans_granite.jpg",
                                "name": "Photo"
                              },
                              "squareFeet": "508",
                              "status": "Sold Out"
                            },
                            {
                              "numberOfBedrooms": 1.5,
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "startPrice": "398990",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_20_11_1jarvis_emblemdevelopment_floorplans_terracotta-1.jpg",
                                "name": "Photo"
                              },
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "contactForPricing": false,
                              "numberOfBathrooms": 1,
                              "name": "Terrazzo-1/Terracotta-1",
                              "status": "Sold Out",
                              "squareFeet": "531",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "planCategory": "floorPlan"
                            },
                            {
                              "startPrice": "406990",
                              "planCategory": "floorPlan",
                              "numberOfBedrooms": 1.5,
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "contactForPricing": false,
                              "status": "Sold Out",
                              "numberOfBathrooms": 1,
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "name": "Terrazzo",
                              "squareFeet": "531",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_56_1jarvis_emblemdevelopment_floorplans_terrazzo.jpg",
                                "name": "Photo"
                              },
                              "exposure": []
                            },
                            {
                              "contactForPricing": false,
                              "squareFeet": "535",
                              "name": "Sisal-1",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "status": "Sold Out",
                              "startPrice": "391990",
                              "exposure": [],
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_19_03_1jarvis_emblemdevelopment_floorplans_sisal-1.jpg",
                                "name": "Photo"
                              },
                              "planCategory": "floorPlan",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1.5
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "status": "Sold Out",
                              "numberOfBathrooms": 1,
                              "name": "Sisal",
                              "exposure": [],
                              "contactForPricing": false,
                              "numberOfBedrooms": 1.5,
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_48_1jarvis_emblemdevelopment_floorplans_sisal.jpg"
                              },
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "squareFeet": "535",
                              "startPrice": "399990"
                            },
                            {
                              "numberOfBedrooms": 1.5,
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_51_1jarvis_emblemdevelopment_floorplans_sandstone.jpg"
                              },
                              "name": "Sandstone",
                              "squareFeet": "536",
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "startPrice": "402990",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "status": "Sold Out",
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "contactForPricing": false,
                              "numberOfBathrooms": 1
                            },
                            {
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "name": "Terracotta",
                              "status": "Sold Out",
                              "squareFeet": "538",
                              "numberOfBathrooms": 1,
                              "contactForPricing": false,
                              "exposure": [],
                              "startPrice": "406990",
                              "numberOfBedrooms": 1.5,
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_52_1jarvis_emblemdevelopment_floorplans_terracotta.jpg",
                                "name": "Photo"
                              }
                            },
                            {
                              "name": "Velour/Velour-1/-2",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_20_23_1jarvis_emblemdevelopment_floorplans_velour.jpg"
                              },
                              "exposure": [],
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "squareFeet": "538",
                              "numberOfBedrooms": 1.5,
                              "contactForPricing": false,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "status": "Sold Out",
                              "planCategory": "floorPlan",
                              "startPrice": "412990",
                              "numberOfBathrooms": 1,
                              "createdAt": "2022-12-06T21:08:50.118Z"
                            },
                            {
                              "exposure": [],
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "status": "Sold Out",
                              "name": "Amethyst",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "squareFeet": "588",
                              "numberOfBedrooms": 1.5,
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_18_10_1jarvis_emblemdevelopment_floorplans_amethyst.jpg",
                                "name": "Photo"
                              },
                              "startPrice": "422990",
                              "contactForPricing": false,
                              "numberOfBathrooms": 1,
                              "createdAt": "2022-12-06T21:08:50.118Z"
                            },
                            {
                              "squareFeet": "602",
                              "name": "Oakwood-1",
                              "contactForPricing": false,
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "numberOfBedrooms": 1.5,
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_20_43_1jarvis_emblemdevelopment_floorplans_oakwood-1.jpg",
                                "name": "Photo"
                              },
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "startPrice": "446990",
                              "planCategory": "floorPlan",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "numberOfBathrooms": 2
                            },
                            {
                              "floorPlanType": [
                                "Condo"
                              ],
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "name": "Oakwood",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "numberOfBathrooms": 2,
                              "squareFeet": "602",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_40_02_1jarvis_emblemdevelopment_floorplans_oakwood.jpg",
                                "name": "Photo"
                              },
                              "contactForPricing": false,
                              "planCategory": "floorPlan",
                              "numberOfBedrooms": 1.5,
                              "startPrice": "455990",
                              "exposure": [],
                              "status": "Sold Out"
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "startPrice": "446990",
                              "name": "Baize-1",
                              "numberOfBathrooms": 2,
                              "squareFeet": "604",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_20_31_1jarvis_emblemdevelopment_floorplans_baize-1.jpg",
                                "name": "Photo"
                              },
                              "exposure": [],
                              "status": "Sold Out",
                              "contactForPricing": false,
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "numberOfBedrooms": 1.5
                            },
                            {
                              "squareFeet": "604",
                              "numberOfBedrooms": 1.5,
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "numberOfBathrooms": 2,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "planCategory": "floorPlan",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_59_1jarvis_emblemdevelopment_floorplans_baize.jpg"
                              },
                              "status": "Sold Out",
                              "contactForPricing": false,
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "name": "Baize",
                              "startPrice": "457990"
                            },
                            {
                              "squareFeet": "629",
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "startPrice": "435990",
                              "numberOfBedrooms": 1.5,
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_39_44_1jarvis_emblemdevelopment_floorplans_bamboo.jpg"
                              },
                              "planCategory": "floorPlan",
                              "status": "Sold Out",
                              "name": "Bamboo",
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "contactForPricing": false,
                              "numberOfBathrooms": 1,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": []
                            },
                            {
                              "contactForPricing": false,
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_20_35_1jarvis_emblemdevelopment_floorplans_cobblestone.jpg"
                              },
                              "exposure": [],
                              "createdAt": "2022-12-06T21:08:50.118Z",
                              "planCategory": "floorPlan",
                              "numberOfBedrooms": 1.5,
                              "numberOfBathrooms": 2,
                              "lastUpdated": "2022-12-06T21:08:50.118Z",
                              "squareFeet": "707",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "name": "Cobblestone",
                              "startPrice": "452990",
                              "status": "Sold Out"
                            },
                            {
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_20_39_1jarvis_emblemdevelopment_floorplans_mahogany.jpg"
                              },
                              "startPrice": "457990",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "name": "Mahogany",
                              "exposure": [],
                              "status": "Sold Out",
                              "numberOfBedrooms": 1.5,
                              "squareFeet": "711",
                              "planCategory": "floorPlan",
                              "numberOfBathrooms": 2,
                              "contactForPricing": false,
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "lastUpdated": "2022-12-06T21:08:50.119Z"
                            },
                            {
                              "startPrice": "491990",
                              "status": "Sold Out",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "contactForPricing": false,
                              "name": "Sapphire",
                              "planCategory": "floorPlan",
                              "squareFeet": "621",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_04_1jarvis_emblemdevelopment_floorplans_sapphire.jpg"
                              },
                              "numberOfBathrooms": 2,
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "numberOfBedrooms": 2
                            },
                            {
                              "squareFeet": "623",
                              "numberOfBathrooms": 2,
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_10_1jarvis_emblemdevelopment_floorplans_spruce.jpg",
                                "name": "Photo"
                              },
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "exposure": [],
                              "startPrice": "492990",
                              "status": "Sold Out",
                              "contactForPricing": false,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "name": "Spruce"
                            },
                            {
                              "status": "Sold Out",
                              "planCategory": "floorPlan",
                              "numberOfBedrooms": 2,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "numberOfBathrooms": 2,
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "name": "White Oak",
                              "contactForPricing": false,
                              "startPrice": "489990",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_14_1jarvis_emblemdevelopment_floorplans_whiteoak.jpg",
                                "name": "Photo"
                              },
                              "squareFeet": "626"
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "planCategory": "floorPlan",
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "numberOfBathrooms": 2,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBedrooms": 2,
                              "name": "Basalt",
                              "squareFeet": "627",
                              "contactForPricing": false,
                              "startPrice": "509990",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_40_05_1jarvis_emblemdevelopment_floorplans_basalt.jpg"
                              },
                              "exposure": []
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "startPrice": "492990",
                              "squareFeet": "630",
                              "name": "Linen",
                              "status": "Sold Out",
                              "contactForPricing": false,
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_40_58_1jarvis_emblemdevelopment_floorplans_linen.jpg"
                              },
                              "planCategory": "floorPlan",
                              "exposure": [],
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "632",
                              "numberOfBathrooms": 1,
                              "name": "Jade",
                              "status": "Sold Out",
                              "contactForPricing": false,
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_26_43_1jarvis_emblemdevelopment_floorplans_jade.jpg",
                                "name": "Photo"
                              },
                              "startPrice": "422990",
                              "exposure": []
                            },
                            {
                              "status": "Sold Out",
                              "name": "Lattice",
                              "startPrice": "440990",
                              "numberOfBathrooms": 1,
                              "contactForPricing": false,
                              "planCategory": "floorPlan",
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "numberOfBedrooms": 2,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "exposure": [],
                              "squareFeet": "648",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_26_48_1jarvis_emblemdevelopment_floorplans_lattice.jpg"
                              },
                              "lastUpdated": "2022-12-06T21:08:50.119Z"
                            },
                            {
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_29_48_1jarvis_emblemdevelopment_floorplans_pewter.jpg",
                                "name": "Photo"
                              },
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "exposure": [],
                              "planCategory": "floorPlan",
                              "numberOfBathrooms": 2,
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "contactForPricing": false,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "squareFeet": "655",
                              "startPrice": "513990",
                              "numberOfBedrooms": 2,
                              "status": "Sold Out",
                              "name": "Pewter"
                            },
                            {
                              "status": "Sold Out",
                              "exposure": [],
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "name": "Coral",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "startPrice": "526990",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_26_52_1jarvis_emblemdevelopment_floorplans_coral.jpg",
                                "name": "Photo"
                              },
                              "numberOfBathrooms": 2,
                              "contactForPricing": false,
                              "squareFeet": "657",
                              "numberOfBedrooms": 2,
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "planCategory": "floorPlan"
                            },
                            {
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_09_1jarvis_emblemdevelopment_floorplans_topaz-1.jpg"
                              },
                              "exposure": [],
                              "name": "Topaz-1",
                              "status": "Sold Out",
                              "planCategory": "floorPlan",
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "contactForPricing": false,
                              "squareFeet": "689",
                              "startPrice": "526990",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "numberOfBedrooms": 2,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBathrooms": 2
                            },
                            {
                              "squareFeet": "689",
                              "status": "Sold Out",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBathrooms": 2,
                              "name": "Topaz",
                              "startPrice": "549990",
                              "numberOfBedrooms": 2,
                              "exposure": [],
                              "contactForPricing": false,
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "planCategory": "floorPlan",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_40_43_1jarvis_emblemdevelopment_floorplans_topaz.jpg"
                              },
                              "createdAt": "2022-12-06T21:08:50.119Z"
                            },
                            {
                              "numberOfBathrooms": 2,
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "numberOfBedrooms": 2,
                              "squareFeet": "696",
                              "exposure": [],
                              "contactForPricing": false,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_28_29_1jarvis_emblemdevelopment_floorplans_emerald-1.jpg"
                              },
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "status": "Sold Out",
                              "name": "Emerald-1",
                              "startPrice": "536990"
                            },
                            {
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_40_52_1jarvis_emblemdevelopment_floorplans_emerald.jpg",
                                "name": "Photo"
                              },
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "numberOfBathrooms": 2,
                              "planCategory": "floorPlan",
                              "contactForPricing": false,
                              "squareFeet": "696",
                              "numberOfBedrooms": 2,
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "startPrice": "555990",
                              "exposure": [],
                              "status": "Sold Out",
                              "name": "Emerald"
                            },
                            {
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_29_33_1jarvis_emblemdevelopment_floorplans_organza.jpg"
                              },
                              "squareFeet": "708",
                              "exposure": [],
                              "numberOfBedrooms": 2,
                              "contactForPricing": false,
                              "name": "Organza",
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "startPrice": "495990",
                              "planCategory": "floorPlan",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBathrooms": 2,
                              "createdAt": "2022-12-06T21:08:50.119Z"
                            },
                            {
                              "floorPlanType": [
                                "Condo"
                              ],
                              "startPrice": "519990",
                              "numberOfBathrooms": 2,
                              "name": "Dolomite",
                              "exposure": [],
                              "planCategory": "floorPlan",
                              "status": "Sold Out",
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_40_09_1jarvis_emblemdevelopment_floorplans_dolomite.jpg",
                                "name": "Photo"
                              },
                              "contactForPricing": false,
                              "squareFeet": "711",
                              "numberOfBedrooms": 2,
                              "lastUpdated": "2022-12-06T21:08:50.119Z"
                            },
                            {
                              "status": "Sold Out",
                              "startPrice": "538990",
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_29_42_1jarvis_emblemdevelopment_floorplans_pearl-1.jpg"
                              },
                              "exposure": [],
                              "contactForPricing": false,
                              "name": "Pearl-1",
                              "squareFeet": "748",
                              "floorPlanType": [
                                "Condo"
                              ]
                            },
                            {
                              "floorPlanType": [
                                "Condo"
                              ],
                              "squareFeet": "748",
                              "startPrice": "555990",
                              "status": "Sold Out",
                              "exposure": [],
                              "numberOfBathrooms": 2,
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_01_1jarvis_emblemdevelopment_floorplans_pearl.jpg",
                                "name": "Photo"
                              },
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "name": "Pearl",
                              "contactForPricing": false,
                              "numberOfBedrooms": 2,
                              "createdAt": "2022-12-06T21:08:50.119Z"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "planCategory": "floorPlan",
                              "numberOfBedrooms": 2,
                              "squareFeet": "749",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBathrooms": 2,
                              "exposure": [],
                              "status": "Sold Out",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_03_1jarvis_emblemdevelopment_floorplans_sassafrass-1.jpg",
                                "name": "Photo"
                              },
                              "startPrice": "542990",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "name": "Sassafrass-1"
                            },
                            {
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "planCategory": "floorPlan",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "startPrice": "566990",
                              "numberOfBathrooms": 2,
                              "status": "Sold Out",
                              "exposure": [],
                              "numberOfBedrooms": 2,
                              "name": "Sassafrass",
                              "squareFeet": "749",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_07_1jarvis_emblemdevelopment_floorplans_sassafrass.jpg",
                                "name": "Photo"
                              },
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "contactForPricing": false
                            },
                            {
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "startPrice": "501990",
                              "exposure": [],
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "numberOfBathrooms": 2,
                              "status": "Sold Out",
                              "squareFeet": "769",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "numberOfBedrooms": 2,
                              "name": "Poplin",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_29_53_1jarvis_emblemdevelopment_floorplans_poplin.jpg",
                                "name": "Photo"
                              },
                              "contactForPricing": false
                            },
                            {
                              "contactForPricing": false,
                              "numberOfBedrooms": 2,
                              "exposure": [],
                              "squareFeet": "788",
                              "numberOfBathrooms": 2,
                              "name": "Limestone",
                              "lastUpdated": "2022-12-06T21:08:50.119Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_28_33_1jarvis_emblemdevelopment_floorplans_limestone.jpg",
                                "name": "Photo"
                              },
                              "status": "Sold Out",
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "startPrice": "530990",
                              "planCategory": "floorPlan"
                            },
                            {
                              "name": "Ruby",
                              "startPrice": "527990",
                              "exposure": [],
                              "contactForPricing": false,
                              "status": "Sold Out",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_29_57_1jarvis_emblemdevelopment_floorplans_ruby.jpg",
                                "name": "Photo"
                              },
                              "floorPlanType": [
                                "Condo"
                              ],
                              "createdAt": "2022-12-06T21:08:50.119Z",
                              "squareFeet": "836",
                              "lastUpdated": "2022-12-06T21:08:50.119Z"
                            },
                            {
                              "squareFeet": "660",
                              "numberOfBedrooms": 2.5,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "numberOfBathrooms": 2,
                              "startPrice": "495990",
                              "exposure": [],
                              "name": "Perlite-1",
                              "contactForPricing": false,
                              "status": "Sold Out",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_26_1jarvis_emblemdevelopment_floorplans_perlite-1.jpg"
                              },
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "createdAt": "2022-12-06T21:08:50.120Z"
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "contactForPricing": false,
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_27_1jarvis_emblemdevelopment_floorplans_perlite.jpg",
                                "name": "Photo"
                              },
                              "startPrice": "519990",
                              "exposure": [],
                              "numberOfBedrooms": 2.5,
                              "squareFeet": "660",
                              "planCategory": "floorPlan",
                              "numberOfBathrooms": 2,
                              "name": "Perlite",
                              "status": "Sold Out",
                              "floorPlanType": [
                                "Condo"
                              ]
                            },
                            {
                              "numberOfBathrooms": 2,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "name": "Chestnut-1",
                              "planCategory": "floorPlan",
                              "exposure": [],
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "contactForPricing": false,
                              "numberOfBedrooms": 2.5,
                              "squareFeet": "710",
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "status": "Sold Out",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_16_1jarvis_emblemdevelopment_floorplans_chestnut-1.jpg"
                              },
                              "startPrice": "510990"
                            },
                            {
                              "floorPlanType": [
                                "Condo"
                              ],
                              "startPrice": "529990",
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "exposure": [],
                              "numberOfBedrooms": 2.5,
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_21_1jarvis_emblemdevelopment_floorplans_chestnut.jpg",
                                "name": "Photo"
                              },
                              "name": "Chestnut",
                              "contactForPricing": false,
                              "squareFeet": "710",
                              "numberOfBathrooms": 2,
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "planCategory": "floorPlan"
                            },
                            {
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_13_1jarvis_emblemdevelopment_floorplans_chenille-1.jpg",
                                "name": "Photo"
                              },
                              "numberOfBathrooms": 2,
                              "name": "Chenille-1",
                              "planCategory": "floorPlan",
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "contactForPricing": false,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "squareFeet": "710",
                              "numberOfBedrooms": 2.5,
                              "status": "Sold Out",
                              "exposure": [],
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "startPrice": "537990"
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_17_1jarvis_emblemdevelopment_floorplans_chenille.jpg"
                              },
                              "contactForPricing": false,
                              "floorPlanType": [
                                "Condo"
                              ],
                              "planCategory": "floorPlan",
                              "startPrice": "559990",
                              "numberOfBathrooms": 2,
                              "name": "Chenille",
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "status": "Sold Out",
                              "exposure": [],
                              "squareFeet": "710",
                              "numberOfBedrooms": 2.5
                            },
                            {
                              "squareFeet": "726",
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "name": "Opal-1",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_22_1jarvis_emblemdevelopment_floorplans_opal-1.jpg",
                                "name": "Photo"
                              },
                              "planCategory": "floorPlan",
                              "contactForPricing": false,
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "numberOfBedrooms": 2.5,
                              "startPrice": "508990",
                              "numberOfBathrooms": 2,
                              "exposure": []
                            },
                            {
                              "numberOfBathrooms": 2,
                              "exposure": [],
                              "contactForPricing": false,
                              "name": "Opal",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_23_1jarvis_emblemdevelopment_floorplans_opal.jpg",
                                "name": "Photo"
                              },
                              "status": "Sold Out",
                              "planCategory": "floorPlan",
                              "squareFeet": "726",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "startPrice": "525990",
                              "numberOfBedrooms": 2.5,
                              "createdAt": "2022-12-06T21:08:50.120Z"
                            },
                            {
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBedrooms": 3,
                              "planCategory": "floorPlan",
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "status": "Sold Out",
                              "squareFeet": "744",
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "numberOfBathrooms": 2,
                              "contactForPricing": false,
                              "name": "Cantera-1",
                              "exposure": [],
                              "startPrice": "558990",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_29_1jarvis_emblemdevelopment_floorplans_cantera-1.jpg",
                                "name": "Photo"
                              }
                            },
                            {
                              "numberOfBathrooms": 2,
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "planCategory": "floorPlan",
                              "startPrice": "575990",
                              "squareFeet": "744",
                              "status": "Sold Out",
                              "contactForPricing": false,
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "image": {
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_41_30_1jarvis_emblemdevelopment_floorplans_cantera.jpg",
                                "name": "Photo"
                              },
                              "floorPlanType": [
                                "Condo"
                              ],
                              "name": "Cantera",
                              "exposure": [],
                              "numberOfBedrooms": 3
                            },
                            {
                              "createdAt": "2022-12-06T21:08:50.120Z",
                              "startPrice": "547990",
                              "planCategory": "floorPlan",
                              "squareFeet": "817",
                              "exposure": [],
                              "contactForPricing": false,
                              "name": "Obsidian",
                              "numberOfBathrooms": 2,
                              "status": "Sold Out",
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_38_1jarvis_emblemdevelopment_floorplans_obsidian.jpg"
                              },
                              "floorPlanType": [
                                "Condo"
                              ],
                              "numberOfBedrooms": 3
                            },
                            {
                              "status": "Sold Out",
                              "numberOfBathrooms": 2,
                              "planCategory": "floorPlan",
                              "floorPlanType": [
                                "Condo"
                              ],
                              "squareFeet": "840",
                              "numberOfBedrooms": 3,
                              "lastUpdated": "2022-12-06T21:08:50.120Z",
                              "name": "Diamond",
                              "exposure": [],
                              "startPrice": "561990",
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_02_18_11_30_34_1jarvis_emblemdevelopment_floorplans_diamond.jpg"
                              },
                              "contactForPricing": false,
                              "createdAt": "2022-12-06T21:08:50.120Z"
                            }
                          ],
                          "constructionStatus": "Construction",
                          "lockerMaintainanceIncluded": false,
                          "streetName": "Jarvis Street",
                          "completionDate": "",
                          "virtualShowing": "",
                          "builders": [
                            "Builders/XAY63U2xQ7JTngGVRffU"
                          ],
                          "moveInReady": null,
                          "listingId": "NE9QFQ",
                          "architects": [
                            "Architects/NmHokKSx4TeTkuiaAzew"
                          ],
                          "parkingCostIncluded": false,
                          "meteringIncluded": false,
                          "maxSize": 840,
                          "numberOfFloorPlans": 73,
                          "salesCompanies": [
                            "SalesCompanies/ungNkdpl44K3O5Cc5aRq"
                          ],
                          "hasParking": false,
                          "estimatedCompletionDate": "Jan 2024",
                          "photos": [
                            {
                              "name": "2.jpg",
                              "tags": [
                                "Exterior"
                              ],
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/a1916cee-a4a1-4f57-b12d-8a1dcde55f38",
                              "type": "image/jpeg",
                              "createdAt": "2022-12-06T21:08:15.168Z"
                            },
                            {
                              "createdAt": "2022-12-06T21:08:15.168Z",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/343138b3-7fd5-4589-93e2-d5879de87892",
                              "name": "3.jpg",
                              "tags": [
                                "Exterior"
                              ],
                              "type": "image/jpeg"
                            },
                            {
                              "type": "image/jpeg",
                              "createdAt": "2022-12-06T21:08:15.168Z",
                              "name": "4.jpg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/23f5ac38-8a92-4a1f-b853-2a63cdfdb48c",
                              "tags": [
                                "Interior"
                              ]
                            },
                            {
                              "tags": [
                                "Interior"
                              ],
                              "type": "image/jpeg",
                              "name": "5.jpg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/c50e30e9-9155-461b-b3e2-14a9ff909715",
                              "createdAt": "2022-12-06T21:08:15.168Z"
                            },
                            {
                              "createdAt": "2022-12-06T21:08:15.168Z",
                              "name": "6.jpg",
                              "tags": [
                                "Interior"
                              ],
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/a1abac5c-7ead-4743-9724-9e11a060535d",
                              "type": "image/jpeg"
                            }
                          ],
                          "storageCostIncluded": false,
                          "maxBeds": 3,
                          "estimatedCompletionDateTBD": false,
                          "averagePricePerSqFeet": 760,
                          "startPrice": null,
                          "parkingCost": 60000,
                          "minBeds": 1,
                          "marketingCompanies": [
                            "Marketers/58bBz696X7ry4FnN9VHX"
                          ],
                          "storageCost": 6000,
                          "endPrice": null,
                          "contactForPricing": true,
                          "region": "Toronto",
                          "assignmentFeeFree": true,
                          "interiorDesigners": [
                            "InteriorDesigners/7cqJvviYNIxwHZowfBZK"
                          ],
                          "firstOccupancyDate": "Jan 2024",
                          "owners": [],
                          "hasLocker": false,
                          "startPricePerSqFeet": 631,
                          "numberOfIncentives": 0,
                          "summary": "Be a part of the transformation as Hamilton becomes one of the best places to live in Canada. The downtown core pulses with life around the clock. It’s where you’ll find many live music venues, late-night eateries, top attractions and places where people go to shop and hang out.\n",
                          "ccOrMaintFee": 0.56,
                          "geographicAddress": "1 Jarvis Street, Toronto",
                          "fullAddress": "1 Jarvis Street, Toronto",
                          "name": "1 Jarvis",
                          "streetNumber": 1,
                          "minSize": 431,
                          "mode": "live",
                          "createdAt": "2022-12-06T20:47:45.532Z",
                          "exposures": [],
                          "coverPhoto": {
                            "url": "https://storage.googleapis.com/precon-app.appspot.com/dbc75004-fe49-49b8-888e-04f729c0cc65.png",
                            "name": "cover"
                          },
                          "salesStarted": "Winter/Spring 2021",
                          "parkingMaintainance": 0,
                          "type": [
                            "Condo"
                          ],
                          "paymentStructures": [
                            {
                              "milestones": [
                                {
                                  "suffix": "on signing",
                                  "text": "$5000 on signing",
                                  "type": "fixed",
                                  "prefix": "",
                                  "amount": 5000
                                },
                                {
                                  "suffix": "in 30 days",
                                  "type": "percentage",
                                  "prefix": "Balance of ",
                                  "text": "Balance of  5% in 30 days",
                                  "amount": 5
                                },
                                {
                                  "prefix": "",
                                  "text": "2.5% on June 1, 2021",
                                  "amount": 2.5,
                                  "suffix": "on June 1, 2021",
                                  "type": "percentage"
                                },
                                {
                                  "type": "percentage",
                                  "text": "2.5% on August 1, 2021",
                                  "amount": 2.5,
                                  "suffix": "on August 1, 2021",
                                  "prefix": ""
                                },
                                {
                                  "amount": 2.5,
                                  "suffix": "on February 1, 2022",
                                  "type": "percentage",
                                  "text": "2.5% on February 1, 2022",
                                  "prefix": ""
                                },
                                {
                                  "type": "percentage",
                                  "prefix": "",
                                  "amount": 2.5,
                                  "text": "2.5% on August 1, 2022",
                                  "suffix": "on August 1, 2022"
                                },
                                {
                                  "text": "5% on Occupancy",
                                  "prefix": "",
                                  "type": "percentage",
                                  "amount": 5,
                                  "suffix": "on Occupancy"
                                }
                              ],
                              "totalDeposit": 20,
                              "type": "Standard"
                            }
                          ],
                          "numberOfFloors": "15",
                          "neighbourhood": [
                            "Beasley"
                          ],
                          "completionDateTBD": false,
                          "ceilingHeights": "From 8'6\" to 9'9\"",
                          "postalCode": "L8R 3J2",
                          "amenities": [
                            "Co Working Lounge",
                            "Concierge Attended Lobby",
                            "Fireplace Lounge",
                            "Yoga Studio",
                            "Fitness Centre",
                            "Private Mail And Smart Parcel Locker System"
                          ],
                          "cityOrDistrict": "Toronto",
                          "parkingRestriction": "",
                          "finishes": "",
                          "municipalities": [
                            "Hamilton"
                          ],
                          "incentives": [],
                          "metering": "",
                          "storageRestriction": "",
                          "parkingMaintainanceIncluded": false,
                          "lat": "43.25477892843521",
                          "videos": [],
                          "path": "Listings/NE9QFQ",
                          "objectID": "NE9QFQ"
                        },
                        null
                      ],
                      "message": "ObjectID SEOT2 does not exist. "
                    }
                OK - Incorrect ID Entered:
                  value: |-
                    {
                      "results": [
                        {
                          "contactForPricing": true,
                          "coverPhoto": {
                            "name": "cover",
                            "url": "https://storage.googleapis.com/precon-app.appspot.com/a8e6df7d-3161-42fe-a3f4-25d58fa4170e.png"
                          },
                          "createdAt": "2023-01-02T19:39:06.490Z",
                          "endPrice": null,
                          "exposures": [],
                          "floorPlans": [],
                          "fullAddress": "",
                          "geographicAddress": "",
                          "hasLocker": false,
                          "hasParking": false,
                          "listingId": "DC6NO5",
                          "maxBaths": null,
                          "maxBeds": null,
                          "maxSize": null,
                          "minBaths": null,
                          "minBeds": null,
                          "minSize": null,
                          "mode": "live",
                          "name": "TEST LISTING",
                          "sellingStatus": "Selling Now",
                          "startPrice": null,
                          "updatedAt": "2023-01-02T19:39:06.495Z",
                          "path": "Listings/DC6NO5",
                          "lastmodified": 1674154457853,
                          "objectID": "DC6NO5"
                        },
                        null
                      ],
                      "message": "ObjectID Q1U4Y does not exist. "
                    }
              schema:
                oneOf:
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          type: string
                      message:
                        type: string
                        example: 'ObjectID SEOT2 does not exist. '
                  - title: OK - Incorrect ID Entered
                    type: object
                    properties:
                      results:
                        type: array
                        items:
                          type: string
                      message:
                        type: string
                        example: 'ObjectID Q1U4Y does not exist. '
        '403':
          description: '403'
          content:
            application/json:
              examples:
                Result:
                  value: |-
                    {
                        "requestId": "1675936704655502680-YXdzLWFwLXNvdXRoLTE=-0aa3330e958e4288b3e92e3c8e434f3cc9a169f8bf86431187bf771438eb4b63",
                        "message": "Forbidden"
                    }
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                    example: >-
                      1675936704655502680-YXdzLWFwLXNvdXRoLTE=-0aa3330e958e4288b3e92e3c8e434f3cc9a169f8bf86431187bf771438eb4b63
                  message:
                    type: string
                    example: Forbidden
        '404':
          description: '404'
          content:
            application/json:
              examples:
                Result:
                  value: |-
                    {
                      "requestId": "1675928735194849020-YXdzLXVzLWVhc3QtMQ==-0054727de03243359c4f9ff64768feca0b6660ca8a2b404aa76c30b1d293f570",
                      "message": "No data product found. Please contact your data provider"
                    }
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                    example: >-
                      1675928735194849020-YXdzLXVzLWVhc3QtMQ==-0054727de03243359c4f9ff64768feca0b6660ca8a2b404aa76c30b1d293f570
                  message:
                    type: string
                    example: No data product found. Please contact your data provider
      deprecated: false
components:
  securitySchemes:
    sec0:
      type: apiKey
      in: header
      name: x-api-key

````