ProjectSearchOptions

Additional search parameters in JSON format.

  • addressSpecific
    Type: boolean

    Enable bottom-up address filtering logic toggle.

  • boosted
    Type: boolean
  • bottomLeftCord
    Type: string

    Latitude and Longitude of the bottom left coordinate (lat,lng).

  • clientIds
    Type: array integer[]

    Array of client ids

  • dealType
    Type: array string[] enum

    Type of deal

    values
    • rent
    • sale
    • commercial
  • products
    Type: array integer[]

    Project products.

  • promotions
    Type: boolean

    User promotion

  • rooms
    Type: object

    The range of rooms.

    • max
      Type: number Format: float

      Maximum number of rooms.

    • min
      Type: number Format: float

      Minimum number of rooms.

  • sort
    Type: object

    Sorting options

    • key
      Type: string

      Field to sort by

    • value
      Type: string enum

      Sort order

      values
      • ASC
      • DESC
  • title
    Type: string

    Filter projects by title. This will return projects where the title contains the specified string.

  • topRightCord
    Type: string

    Latitude and Longitude of the top right coordinate (lat,lng).

  • type
    Type: array string[] enum

    Type of property.

    values
    • duplex
    • seaside
    • investment
    • new
    • garden
  • updatedAt
    Type: object
    • end
      Type: string Format: date-time

      To date

    • start
      Type: string Format: date-time

      From date

  • userId
    Type: integer Format: int64

    User id

  • yad2Addresses
    Type: object
    • yad2AreaId

      yad2AreaId, can be a single string or an array of strings

      • Type: string

        Single yad2AreaId value

    • yad2CityId

      yad2CityId, can be a single string or an array of strings

      • Type: string

        Single yad2CityId value

    • yad2HoodId

      yad2HoodId, can be a single string or an array of strings

      • Type: string

        Single yad2HoodId value

    • yad2StreetId

      yad2StreetId, can be a single string or an array of strings

      • Type: string

        Single yad2StreetId value

    • yad2TopAreaId

      yad2TopAreaId, can be a single string or an array of strings

      • Type: string

        Single yad2TopAreaId value