{
  "info": {
    "_postman_id": "ed0118c2-6ef2-4fee-b7d0-4ddb0efada3b",
    "name": "postman_collection.WebApi.v2.0_unit_tests_1",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "44727535",
    "_collection_link": "https://go.postman.co/collection/44727535-ed0118c2-6ef2-4fee-b7d0-4ddb0efada3b?source=collection_link"
  },
  "event": [
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "exec": [
          "pm.test(\"HTTP status < 400\", function () {",
          "    pm.expect(pm.response.code).to.be.below(400);",
          "});"
        ]
      }
    }
  ],
  "item": [
    {
      "name": "odata/$metadata",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/$metadata",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "$metadata"
          ]
        }
      },
      "response": []
    },
    {
      "name": "actuator info",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/actuator/info",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "actuator",
            "info"
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/HistoryTransactional",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/HistoryTransactional?$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "HistoryTransactional"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true",
              "disabled": true
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/Media",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Media?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Media"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/Member",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Member?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Member"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/Office",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Office?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Office"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/OpenHouse",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/OpenHouse?$count=true&$top=5&$orderby=ModificationTimestamp desc",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "OpenHouse"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "ModificationTimestamp desc"
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/Property",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/PropertyRooms",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/PropertyRooms?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "PropertyRooms"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/PropertyLandmark",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/PropertyLandmark?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "PropertyLandmark"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/RelatedLookup",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/RelatedLookup?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "RelatedLookup"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/VisualAttribute",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/VisualAttribute?$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "VisualAttribute"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true",
              "disabled": true
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/Field",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Field?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Field"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/Lookup",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Lookup?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Lookup"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/Queue",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Queue?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Queue"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata/MemberRole",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/MemberRole?$count=true&$top=5",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "MemberRole"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
	{
      "name": "get property by id",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property('X13410022')",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property('X13410022')"
          ]
        }
      },
      "response": []
    },
	{
      "name": "get property by filter listingKey",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$filter=ListingKey eq 'X5734566'",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$filter",
              "value": "ListingKey eq 'X5734566'"
            },
            {
              "key": "",
              "value": "",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
	{
      "name": "get media count with filter",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Media?$top=0&$count=true&$filter=ModificationTimestamp ge 2023-06-12T12:55:00Z and ImageSizeDescription eq 'Largest'",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Media"
          ],
          "query": [
            {
              "key": "$top",
              "value": "0"
            },
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$filter",
              "value": "ModificationTimestamp ge 2023-06-12T12:55:00Z and ImageSizeDescription eq 'Largest'"
            }
          ]
        }
      },
      "response": []
    },
	{
      "name": "get media with filter and select",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Media?$top=10&$filter=ResourceRecordKey in ('W9002096') and ImageSizeDescription eq 'Largest'&$select=MediaKey,MediaURL,ImageSizeDescription,MediaModificationTimestamp,MediaStatus,Order&$count=true",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Media"
          ],
          "query": [
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$filter",
              "value": "ResourceRecordKey in ('W9002096') and ImageSizeDescription eq 'Largest'"
            },
            {
              "key": "$select",
              "value": "MediaKey,MediaURL,ImageSizeDescription,MediaModificationTimestamp,MediaStatus,Order"
            },
            {
              "key": "$count",
              "value": "true"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata.nextlink",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$top=5&$select=PropertyFeatures,AboveGradeFinishedArea,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,BusinessType,ArchitecturalStyle,ConstructionMaterials&$count=true",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$select",
              "value": "PropertyFeatures,AboveGradeFinishedArea,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,BusinessType,ArchitecturalStyle,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "ListingKey eq 'W2635036' or ListingKey eq 'C2675672'",
              "disabled": true
            },
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$expand",
              "value": "Media($select=MediaKey,MediaModificationTimestamp,MediaURL,MediaType),Rooms($select=RoomKey,RoomType,ListingKey;$orderby=RoomType)",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$select",
              "value": "AboveGradeFinishedArea,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,GeoLocation,City,StateOrProvince,ConstructionMaterials,TaxYear,YearBuilt,YearBuiltSource,SurveyYear,AssessmentYear,OpenHouseDate,CloseDate,PropertyFeatures",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "ConstructionMaterials/all(t:t eq 'Brick')",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata expand",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$top=5&$filter=ListingKey eq 'X13451842' or ListingKey eq 'C2675672'&$count=true&$expand=OpenHouses,Rooms&$select=ListingKey,SystemModificationTimestamp,OpenHouses,Rooms",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$filter",
              "value": "ListingKey eq 'X13451842' or ListingKey eq 'C2675672'"
            },
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$expand",
              "value": "Media($select=MediaKey,MediaModificationTimestamp,MediaURL,MediaType),Rooms($select=RoomKey,RoomType,ListingKey;$orderby=RoomType)",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$select",
              "value": "AboveGradeFinishedArea,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,GeoLocation,City,StateOrProvince,ConstructionMaterials,TaxYear,YearBuilt,YearBuiltSource,SurveyYear,AssessmentYear,OpenHouseDate,CloseDate,PropertyFeatures",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "ConstructionMaterials/all(t:t eq 'Brick')",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$expand",
              "value": "OpenHouses,Rooms"
            },
            {
              "key": "$select",
              "value": "ListingKey,SystemModificationTimestamp,OpenHouses,Rooms"
            },
            {
              "key": "$filter",
              "value": "SystemModificationTimestamp gt 2025-01-01T00:00:00Z",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata lambda all",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=5&$filter=ConstructionMaterials/all(t:t eq 'Brick')&$select=ListingKey,ConstructionMaterials",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "ConstructionMaterials/all(t:t eq 'Brick')"
            },
            {
              "key": "$select",
              "value": "ListingKey,ConstructionMaterials",
              "type": "text"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata lambda all not equal",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=5&$filter=ConstructionMaterials/all(t:t ne 'Brick')&$select=ListingKey,ConstructionMaterials",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "ConstructionMaterials/all(t:t ne 'Brick')"
            },
            {
              "key": "$select",
              "value": "ListingKey,ConstructionMaterials"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata lambda all starts with",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=5&$filter=ConstructionMaterials/all(t:(startswith(t, 'Bri')))&$select=ListingKey,ConstructionMaterials",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "ConstructionMaterials/all(t:(startswith(t, 'Bri')))"
            },
            {
              "key": "$select",
              "value": "ListingKey,ConstructionMaterials"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata lambda any",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=5&$filter=ConstructionMaterials/any(t:t eq 'Brick')&$select=ListingKey,ConstructionMaterials",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "ConstructionMaterials/any(t:t eq 'Brick')"
            },
            {
              "key": "$select",
              "value": "ListingKey,ConstructionMaterials"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata lambda any case 2",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=5&$filter=ConstructionMaterials/any(t:t eq 'Brick') and ConstructionMaterials/any(t:t eq 'Other')&$select=ListingKey,ConstructionMaterials",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "5"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            },
            {
              "key": "$filter",
              "value": "ConstructionMaterials/any(t:t eq 'Brick') and ConstructionMaterials/any(t:t eq 'Other')"
            },
            {
              "key": "$select",
              "value": "ListingKey,ConstructionMaterials"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - contains",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=contains(StandardStatus,'Act')",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "contains(StandardStatus,'Act')"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - startswith",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=startswith(StandardStatus,'Act')",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "startswith(StandardStatus,'Act')"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - endswith",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=endswith(StandardStatus,'ive')",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "endswith(StandardStatus,'ive')"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - concat",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=concat(City,', ON') eq 'Oshawa, ON'",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "concat(City,', ON') eq 'Oshawa, ON'"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - indexOf",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=indexof(StandardStatus,'Act') eq 0",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "indexof(StandardStatus,'Act') eq 0"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - length",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=length(StandardStatus) eq 6",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "length(StandardStatus) eq 6"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - substring",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=substring(StandardStatus,1) eq 'ctive'",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "substring(StandardStatus,1) eq 'ctive'"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - substring 2",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=substring(StandardStatus,1,2) eq 'ct'",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "substring(StandardStatus,1,2) eq 'ct'"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - add",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=DaysOnMarket add 10 eq 100",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "DaysOnMarket add 10 eq 100"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - sub",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=DaysOnMarket sub 10 eq 80",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "DaysOnMarket sub 10 eq 80"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - mul",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=DaysOnMarket mul 10 eq 900",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "DaysOnMarket mul 10 eq 900"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - div",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=DaysOnMarket div 2 eq 40",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "DaysOnMarket div 2 eq 40"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - mod",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=DaysOnMarket mod 10 eq 0",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "DaysOnMarket mod 10 eq 0"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - now",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=ModificationTimestamp lt now()",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "ModificationTimestamp lt now()"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - day",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=day(ModificationTimestamp) eq 1",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "day(ModificationTimestamp) eq 1"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - hour",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=hour(ModificationTimestamp) eq 1",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "hour(ModificationTimestamp) eq 1"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - minute",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=minute(ModificationTimestamp) eq 1",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "minute(ModificationTimestamp) eq 1"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - month",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=month(ModificationTimestamp) eq 1",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "month(ModificationTimestamp) eq 1"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - second",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=second(ModificationTimestamp) eq 1",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "second(ModificationTimestamp) eq 1"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - year",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=year(ModificationTimestamp) eq 2015",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "year(ModificationTimestamp) eq 2015"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - date",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=date(ModificationTimestamp) eq 2015-03-16",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "date(ModificationTimestamp) eq 2015-03-16"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - time",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=time(ModificationTimestamp) gt 07:59:59",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "time(ModificationTimestamp) gt 07:59:59"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - mindatetime",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=ModificationTimestamp gt mindatetime()",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "ModificationTimestamp gt mindatetime()"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - maxdatetime",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=ModificationTimestamp lt maxdatetime()",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "ModificationTimestamp lt maxdatetime()"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - round",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=round(BuildingAreaTotal) eq 1",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "round(BuildingAreaTotal) eq 1"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - floor",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=floor(BuildingAreaTotal) eq 1000",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "floor(BuildingAreaTotal) eq 1000"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - ceiling",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=ceiling(BuildingAreaTotal) eq 1000",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "ceiling(BuildingAreaTotal) eq 1000"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - cast",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=cast(TaxYear, Edm.String) eq '2023'",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "cast(TaxYear, Edm.String) eq '2023'"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - cast 2",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=ModificationTimestamp gt cast((now() sub 'P1Y'), Edm.DateTimeOffset)",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "ModificationTimestamp gt cast((now() sub 'P1Y'), Edm.DateTimeOffset)"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - cast 3",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=2025-07-16T20:19:40Z gt cast((now() sub 'P1Y'), Edm.DateTimeOffset)",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "2025-07-16T20:19:40Z gt cast((now() sub 'P1Y'), Edm.DateTimeOffset)"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "odata filter - cast 4",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{bearerToken}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/odata/Property?$count=true&$top=10&$select=BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials&$filter=cast(OpenHouseDate, Edm.DateTimeOffset) gt 2024-07-17T18:09:47Z",

          "host": [
            "{{baseUrl}}"
          ],

          "path": [
            "odata",
            "Property"
          ],
          "query": [
            {
              "key": "$count",
              "value": "true"
            },
            {
              "key": "$top",
              "value": "10"
            },
            {
              "key": "$select",
              "value": "BuildingAreaTotal,DaysOnMarket,Latitude,ListPrice,Longitude,ListingKey,ListingContractDate,ModificationTimestamp,StandardStatus,TaxYear,AssessmentYear,City,StateOrProvince,OpenHouseDate,ConstructionMaterials"
            },
            {
              "key": "$filter",
              "value": "cast(OpenHouseDate, Edm.DateTimeOffset) gt 2024-07-17T18:09:47Z"
            },
            {
              "key": "$orderby",
              "value": "SystemModificationTimestamp desc",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    }
  ]
}