System
- System
Properties
- Samples
- Properties
- Reporting
- Properties Alerts
- PUTCreate a new alert for this Property search
- GETGet the search criteria of a Propertyalert
- DELDeactivate a Property search alert
- PATCHUpdate the search criteria of a Property alert
- GETGet all your Property alerts
- GETActivate a Property search alert
- GETGet history of match properties by its saved search flxId
- PUT
Adverts
- Samples
- Reporting
- Adverts
- Adverts Alerts
RealEstate Companies
- Agency details
Update the search criteria of a Property alert
Update the search criteria of a Property alert by its id (alertId) and return the new alertId
curl --request PATCH \
--url https://api.fluximmo.io/v2/protected/properties/search/alerts/{alertId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"search_query": {
"filterProperty": {
"adverts": [],
"habitation": {
"bathroomCount": {
"max": 123,
"min": 123
},
"bedroomCount": {
"max": 123,
"min": 123
},
"characteristics": {
"hasAlarm": true,
"hasBalcony": true,
"hasCellar": true,
"hasConcierge": true,
"hasDigicode": true,
"hasFireplace": true,
"hasGarage": true,
"hasGarden": true,
"hasGrenier": true,
"hasInterphone": true,
"hasJacuzzi": true,
"hasLand": true,
"hasLift": true,
"hasMezzanine": true,
"hasParking": true,
"hasPool": true,
"hasTerrace": true,
"hasVisAVis": true,
"isPeaceful": true
},
"climate": {
"epcClimate": [],
"epcClimateScore": {
"max": 123,
"min": 123
},
"epcEnergy": [],
"epcEnergyScore": {
"max": 123,
"min": 123
},
"epcClimateDate": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
},
"epcEnergyDate": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
}
},
"features": {
"exposure": [],
"furniture": [],
"propertyFloor": {
"max": 123,
"min": 123
},
"propertyTotalFloor": {
"max": 123,
"min": 123
},
"constructionMaterials": [],
"glazingTypes": [],
"hasThroughExposure": true,
"viewOns": [],
"viewTypes": []
},
"heatTypes": [],
"heatTypeDetails": [],
"heatings": [],
"propertyCondition": [
{
"constructionYear": 123,
"interiorCondition": null,
"renovationYear": 123,
"generalConditions": []
}
],
"roomCount": {
"max": 123,
"min": 123
},
"surface": {
"balconies": {
"max": 123,
"min": 123
},
"floorSpace": {
"max": 123,
"min": 123
},
"gardens": {
"max": 123,
"min": 123
},
"groundFloor": {
"max": 123,
"min": 123
},
"kitchen": {
"max": 123,
"min": 123
},
"livingSpace": {
"max": 123,
"min": 123
},
"livingroom": {
"max": 123,
"min": 123
},
"terraces": {
"max": 123,
"min": 123
},
"total": {
"max": 123,
"min": 123
}
},
"type": "PROPERTY_TYPE_T1_T2",
"wcCount": {
"max": 123,
"min": 123
}
},
"isUrgent": true,
"land": {
"canConstruct": true,
"isServiced": true,
"surface": {
"max": 123,
"min": 123
},
"surfaceConstructable": {
"max": 123,
"min": 123
},
"type": [],
"haveBuildingPermit": true,
"haveElectricity": true,
"haveTelecom": true,
"haveWater": true
},
"location": [],
"meta": {
"firstSeenAt": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
},
"isTotallyOffline": true,
"lastPublishedAt": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
},
"lastSeenAt": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
},
"lastUpdatedAt": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
}
},
"parking": {
"count": {
"max": 123,
"min": 123
},
"numberOfCars": {
"max": 123,
"min": 123
},
"surface": {
"max": 123,
"min": 123
},
"type": []
},
"price": {
"currency": [],
"initial": {
"source": {
"flxId": "<string>",
"url": "<string>",
"website": "<string>"
},
"value": {
"max": 123,
"min": 123
},
"valuePerArea": {
"max": 123,
"min": 123
}
},
"isAuction": true,
"latest": {
"source": {
"flxId": "<string>",
"url": "<string>",
"website": "<string>"
},
"value": {
"max": 123,
"min": 123
},
"valuePerArea": {
"max": 123,
"min": 123
}
},
"scope": [],
"warrantyDeposit": {
"max": 123,
"min": 123
},
"variation": []
},
"process": [],
"tags": [
"<string>"
],
"type": [
"CLASS_HOUSE"
],
"hasAnomaly": true,
"offer": []
},
"fullTexts": [
"<string>"
],
"keywords": [
"<string>"
]
},
"webhook_url": "<string>",
"search_name": "<string>",
"match": [
"ALERT_MATCH_CREATED"
],
"context": {
"metadata": {}
}
}'
{
"data": {
"alert_id": "<string>"
}
}
Authorizations
Path Parameters
Body
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
CURRENCY_EUR
, CURRENCY_USD
[]
PRICING_ONE_OFF
, PRICING_MENSUAL
[]
[]
SELLER_TYPE_UNKNOWN
, SELLER_TYPE_AGENCY
, SELLER_TYPE_NETWORK
[]
An anomaly or incoherence have been detected
Is the advert exclusive to the seller
[]
The classification value of the greenhouse gas emission classification - GES
GREENHOUSE_CLASSIFICATION_UNKNOWN
, GREENHOUSE_CLASSIFICATION_G
, GREENHOUSE_CLASSIFICATION_F
, GREENHOUSE_CLASSIFICATION_E
, GREENHOUSE_CLASSIFICATION_D
, GREENHOUSE_CLASSIFICATION_C
, GREENHOUSE_CLASSIFICATION_B
, GREENHOUSE_CLASSIFICATION_A
, GREENHOUSE_CLASSIFICATION_NC
[]
The value of the greenhouse gas emission classification - GES in kgCO2/m²/year
The classification value of the energy classification - DPE
ENERGY_CLASSIFICATION_UNKNOWN
, ENERGY_CLASSIFICATION_G
, ENERGY_CLASSIFICATION_F
, ENERGY_CLASSIFICATION_E
, ENERGY_CLASSIFICATION_D
, ENERGY_CLASSIFICATION_C
, ENERGY_CLASSIFICATION_B
, ENERGY_CLASSIFICATION_A
, ENERGY_CLASSIFICATION_NC
[]
The value of the energy classification - DPE in kWhEP/m²/year
EXPOSURE_UNKNOWN
, EXPOSURE_NORTH
, EXPOSURE_NORTH_EAST
, EXPOSURE_EAST
, EXPOSURE_SOUTH_EAST
, EXPOSURE_SOUTH
, EXPOSURE_SOUTH_WEST
, EXPOSURE_WEST
, EXPOSURE_NORTH_WEST
[]
UNKNOWN_FURNITURE
, UNFURNISHED
, PARTIALLY_FURNISHED
, FULLY_FURNISHED
[]
MATERIAL_UNKNOWN
, MATERIAL_WOODEN
, MATERIAL_STEEL
, MATERIAL_STONE
, MATERIAL_PVC
, MATERIAL_CONCRETE
, MATERIAL_ALUMINIUM
, MATERIAL_HALF_TIMBERED
, MATERIAL_MARBLE
, MATERIAL_BRICK
, MATERIAL_CINDER_BLOCK
, MATERIAL_PREFABRICATED
, MATERIAL_ADOBE
, MATERIAL_COATING
[]
GLAZING_TYPE_UNKNOWN
, GLAZING_TYPE_SIMPLE
, GLAZING_TYPE_DOUBLE
, GLAZING_TYPE_TRIPLE
[]
VIEW_ON_UNKNOWN
, VIEW_ON_SEA
, VIEW_ON_HILLS
, VIEW_ON_RIVERS
, VIEW_ON_CITY
, VIEW_ON_PARK
, VIEW_ON_VERDURE
, VIEW_ON_STREET
, VIEW_ON_COURTYARD
, VIEW_ON_COUNTRYSIDE
, VIEW_ON_MOUNTAIN
, VIEW_ON_GARDEN_TERRACE
, VIEW_ON_LAKE
, VIEW_ON_SKI_SLOPES
, VIEW_ON_PORT
, VIEW_ON_POI
, VIEW_ON_SKY
, VIEW_ON_WATER
, VIEW_ON_VINEYARD
, VIEW_ON_ROOF
[]
VIEW_TYPE_UNKNOWN
, VIEW_TYPE_GLIMPSE
, VIEW_TYPE_PANORAMIC
, VIEW_TYPE_CLEAR
, VIEW_TYPE_EXCEPTIONAL
, VIEW_TYPE_DOMINANT
[]
HEAT_TYPE_UNKNOWN
, HEAT_TYPE_INDIVIDUAL
, HEAT_TYPE_SHARED
, HEAT_TYPE_MIX
, HEAT_TYPE_CITY
, HEAT_TYPE_CISTERN
[]
HEAT_DETAIL_UNKNOWN
, HEAT_DETAIL_FLOOR
, HEAT_DETAIL_CEILING
, HEAT_DETAIL_FIREPLACE
, HEAT_DETAIL_INSERT
, HEAT_DETAIL_AIR_CON
, HEAT_DETAIL_REVERSIBLE_AIR_CON
, HEAT_DETAIL_RADIANTS_TUBES
, HEAT_DETAIL_RADIATOR
, HEAT_DETAIL_SHEAHS
, HEAT_DETAIL_CONVECTOR
[]
HEATING_UNKNOWN
, HEATING_FUEL_OIL
, HEATING_ELECTRICAL
, HEATING_GAS
, HEATING_BIOMASS
, HEATING_SOLAR
, HEATING_GEOTHERMAL
, HEATING_WOOD
, HEATING_HEAT_PUMP
, HEATING_PELLET
, HEATING_CANADIAN_WELL
, HEATING_COAL
[]
INTERIOR_CONDITION_UNKNOWN
, INTERIOR_CONDITION_EXCELLENT
, INTERIOR_CONDITION_TO_REFRESH
, INTERIOR_CONDITION_SMALL_WORKS_TO_BE_PLANNED
, INTERIOR_CONDITION_MAJOR_WORKS_TO_BE_PALLNED
, INTERIOR_CONDITION_BRAND_NEW
, INTERIOR_CONDITION_GOOD_CONDITION
, INTERIOR_CONDITION_TO_BE_RENOVATED
GENERAL_CONDITION_UNKNOWN
, GENERAL_CONDITION_TO_BE_RENOVATED
, GENERAL_CONDITION_BRAND_NEW
, GENERAL_CONDITION_RENOVATED
, GENERAL_CONDITION_TO_BE_REFRESHED
, GENERAL_CONDITION_GOOD
, GENERAL_CONDITION_EXCELLENT
, GENERAL_CONDITION_DECREPIT
, GENERAL_CONDITION_TO_BE_BUILT
[]
The surface of the balconies in m² - we rarely have this information
The surface of the total floors in m² - we rarely have this information
The surface of the gardens in m² - we rarely have this information
The surface of the ground floor in m² - we rarely have this information
The surface of the kitchen in m² - we rarely have this information
The surface of the living space in m² - we rarely have this information
The surface of the living room in m² - we rarely have this information
The surface of the terraces in m² - we rarely have this information
The total habitable surface of the property in m²
PROPERTY_TYPE_UNKNOWN
, PROPERTY_TYPE_STUDIO
, PROPERTY_TYPE_T1
, PROPERTY_TYPE_T1_T2
, PROPERTY_TYPE_T2
, PROPERTY_TYPE_T2_T3
, PROPERTY_TYPE_T3
, PROPERTY_TYPE_T3_4
, PROPERTY_TYPE_T4
, PROPERTY_TYPE_T4_5
, PROPERTY_TYPE_T5_MORE
, PROPERTY_TYPE_LOFT
, PROPERTY_TYPE_DUPLEX
, PROPERTY_TYPE_OTHER_APARTMENT_TYPE
, PROPERTY_TYPE_INDIVIDUAL
, PROPERTY_TYPE_ONE_SIDE_TERRACED
, PROPERTY_TYPE_TWO_SIDE_TERRACED
, PROPERTY_TYPE_SINGLE_STOREY
, PROPERTY_TYPE_TRADITIONAL
, PROPERTY_TYPE_CONTEMPORARY
, PROPERTY_TYPE_BOURGEOIS
, PROPERTY_TYPE_VILLA
, PROPERTY_TYPE_MANOR
, PROPERTY_TYPE_CASTLE
, PROPERTY_TYPE_FARM
, PROPERTY_TYPE_MAS
, PROPERTY_TYPE_BASTIDE
, PROPERTY_TYPE_CHALET
, PROPERTY_TYPE_ANCIENT
, PROPERTY_TYPE_HERITAGE_LISTED
, PROPERTY_TYPE_BUNGALOW
LAND_UNKNOWN
, LAND_BUILDING_PLOT
, LAND_AGRICULTURAL
, LAND_VINEYARD
, LAND_INDUSTRIAL
, LAND_POND
, LAND_FOREST
[]
Filter by location geo coordinates
Filter by location geo coordinates
[]
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
Date filter - Date should be in ISO format (ex: 2022-10-21T11:31:33.593Z
)
"2022-10-21T11:31:33.593Z"
PARKING_UNKNOWN
, PARKING_GARAGE
, PARKING_PARKING
[]
CURRENCY_EUR
, CURRENCY_USD
[]
PRICING_ONE_OFF
, PRICING_MENSUAL
[]
PROCESS_UNKNOWN
, PROCESS_AVAILABLE_ON_MARKET
, PROCESS_UNDER_COMPROMISE
, PROCESS_RENTED_SOLD
, PROCESS_REMOVED
, PROCESS_RESERVED
, PROCESS_ARCHIVED
[]
CLASS_UNKNOWN
, CLASS_HOUSE
, CLASS_FLAT
, CLASS_PROGRAM
, CLASS_SHOP
, CLASS_PREMISES
, CLASS_OFFICE
, CLASS_LAND
, CLASS_BUILDING
, CLASS_PARKING
["CLASS_HOUSE"]
An anomaly or incoherence have been detected
OFFER_UNKNOWN
, OFFER_BUY
, OFFER_RENT
, OFFER_BUSINESS_TAKE_OVER
, OFFER_LEASE_BACK
, OFFER_LIFE_ANNUITY_SALE
, OFFER_HOLIDAYS
[]
Search terms for full text search. We'll search in title, description, and keywords for terms similar to these (typically, we'll use a fuzzy search).
Search terms for keyword search. We'll search in title, description, and keywords for exact matches to these terms (typically, we'll use a term search).
ALERT_MATCH_UNKNOWN
, ALERT_MATCH_CREATED
, ALERT_MATCH_MERGED
["ALERT_MATCH_CREATED"]
Any metadata associated to this query. This will be returned in the response, and can be used to store any data you want to associate to this query. For example, you can store the ID of the user who created this query, or the ID of the alert that triggered this query.
Was this page helpful?
curl --request PATCH \
--url https://api.fluximmo.io/v2/protected/properties/search/alerts/{alertId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"search_query": {
"filterProperty": {
"adverts": [],
"habitation": {
"bathroomCount": {
"max": 123,
"min": 123
},
"bedroomCount": {
"max": 123,
"min": 123
},
"characteristics": {
"hasAlarm": true,
"hasBalcony": true,
"hasCellar": true,
"hasConcierge": true,
"hasDigicode": true,
"hasFireplace": true,
"hasGarage": true,
"hasGarden": true,
"hasGrenier": true,
"hasInterphone": true,
"hasJacuzzi": true,
"hasLand": true,
"hasLift": true,
"hasMezzanine": true,
"hasParking": true,
"hasPool": true,
"hasTerrace": true,
"hasVisAVis": true,
"isPeaceful": true
},
"climate": {
"epcClimate": [],
"epcClimateScore": {
"max": 123,
"min": 123
},
"epcEnergy": [],
"epcEnergyScore": {
"max": 123,
"min": 123
},
"epcClimateDate": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
},
"epcEnergyDate": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
}
},
"features": {
"exposure": [],
"furniture": [],
"propertyFloor": {
"max": 123,
"min": 123
},
"propertyTotalFloor": {
"max": 123,
"min": 123
},
"constructionMaterials": [],
"glazingTypes": [],
"hasThroughExposure": true,
"viewOns": [],
"viewTypes": []
},
"heatTypes": [],
"heatTypeDetails": [],
"heatings": [],
"propertyCondition": [
{
"constructionYear": 123,
"interiorCondition": null,
"renovationYear": 123,
"generalConditions": []
}
],
"roomCount": {
"max": 123,
"min": 123
},
"surface": {
"balconies": {
"max": 123,
"min": 123
},
"floorSpace": {
"max": 123,
"min": 123
},
"gardens": {
"max": 123,
"min": 123
},
"groundFloor": {
"max": 123,
"min": 123
},
"kitchen": {
"max": 123,
"min": 123
},
"livingSpace": {
"max": 123,
"min": 123
},
"livingroom": {
"max": 123,
"min": 123
},
"terraces": {
"max": 123,
"min": 123
},
"total": {
"max": 123,
"min": 123
}
},
"type": "PROPERTY_TYPE_T1_T2",
"wcCount": {
"max": 123,
"min": 123
}
},
"isUrgent": true,
"land": {
"canConstruct": true,
"isServiced": true,
"surface": {
"max": 123,
"min": 123
},
"surfaceConstructable": {
"max": 123,
"min": 123
},
"type": [],
"haveBuildingPermit": true,
"haveElectricity": true,
"haveTelecom": true,
"haveWater": true
},
"location": [],
"meta": {
"firstSeenAt": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
},
"isTotallyOffline": true,
"lastPublishedAt": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
},
"lastSeenAt": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
},
"lastUpdatedAt": {
"max": "2022-10-21T11:31:33.593Z",
"min": "2022-10-21T11:31:33.593Z"
}
},
"parking": {
"count": {
"max": 123,
"min": 123
},
"numberOfCars": {
"max": 123,
"min": 123
},
"surface": {
"max": 123,
"min": 123
},
"type": []
},
"price": {
"currency": [],
"initial": {
"source": {
"flxId": "<string>",
"url": "<string>",
"website": "<string>"
},
"value": {
"max": 123,
"min": 123
},
"valuePerArea": {
"max": 123,
"min": 123
}
},
"isAuction": true,
"latest": {
"source": {
"flxId": "<string>",
"url": "<string>",
"website": "<string>"
},
"value": {
"max": 123,
"min": 123
},
"valuePerArea": {
"max": 123,
"min": 123
}
},
"scope": [],
"warrantyDeposit": {
"max": 123,
"min": 123
},
"variation": []
},
"process": [],
"tags": [
"<string>"
],
"type": [
"CLASS_HOUSE"
],
"hasAnomaly": true,
"offer": []
},
"fullTexts": [
"<string>"
],
"keywords": [
"<string>"
]
},
"webhook_url": "<string>",
"search_name": "<string>",
"match": [
"ALERT_MATCH_CREATED"
],
"context": {
"metadata": {}
}
}'
{
"data": {
"alert_id": "<string>"
}
}