GetDvfTransactionsById - Retrieve DVF transaction based on the ID.
GetDvfTransactionsById - Retrieve DVF transaction based on the ID.
POST
/
v2
/
dvf
/
id
/
_many
curl --request POST \
--url https://api.f6o.co/v2/dvf/id/_many \
--header 'Content-Type: application/json' \
--header 'x-api-key : <api-key>' \
--data '{
"id": [
"<string>"
]
}'
{
"apiVersion": "<string>",
"context": "<string>",
"data": [
{
"transaction": {
"flxId": "<string>",
"meta": {
"mutationId": "<string>",
"mutationDate": "2023-11-07T05:31:56Z",
"anomalies": [
"ANOMALY_UNKNOWN"
],
"hasAnomaly": true
},
"group": "LOCAL_GROUP_UNKNOWN",
"totalLandSurface": 123,
"totalPropertySurface": 123,
"totalRoomCount": 123,
"mainProperty": {
"type": "PROPERTY_TYPE_UNKNOWN",
"surface": 123,
"mainRoomsCount": 123,
"localType": "LOCAL_TYPE_UNKNOWN"
},
"parcels": [
{
"id": "<string>",
"location": {
"address": {
"number": "<string>",
"streetName": "<string>"
},
"postalCode": "<string>",
"inseeCode": "<string>",
"irisCode": "<string>",
"department": "<string>",
"city": "<string>",
"locationCoordinate": {
"location": [
123
],
"h3Indices": {
"h3Index1": "<string>",
"h3Index2": "<string>",
"h3Index3": "<string>",
"h3Index4": "<string>",
"h3Index5": "<string>",
"h3Index6": "<string>",
"h3Index7": "<string>",
"h3Index8": "<string>",
"h3Index9": "<string>",
"h3Index10": "<string>",
"h3Index11": "<string>",
"h3Index12": "<string>"
}
},
"cityCoordinate": {
"location": [
123
],
"h3Indices": {
"h3Index1": "<string>",
"h3Index2": "<string>",
"h3Index3": "<string>",
"h3Index4": "<string>",
"h3Index5": "<string>",
"h3Index6": "<string>",
"h3Index7": "<string>",
"h3Index8": "<string>",
"h3Index9": "<string>",
"h3Index10": "<string>",
"h3Index11": "<string>",
"h3Index12": "<string>"
}
}
},
"landDetail": {
"totalSurface": 123,
"nature": [
{
"surface": 123,
"type": "NATURE_OF_LAND_UNKNOWN",
"specialType": "<string>"
}
]
},
"propertyDetail": [
{
"type": "PROPERTY_TYPE_UNKNOWN",
"surface": 123,
"mainRoomsCount": 123,
"localType": "LOCAL_TYPE_UNKNOWN"
}
],
"lots": [
{
"number": 123,
"surface": 123
}
],
"lotCount": 123
}
],
"properties": [
{
"type": "PROPERTY_TYPE_UNKNOWN",
"surface": 123,
"mainRoomsCount": 123,
"localType": "LOCAL_TYPE_UNKNOWN"
}
],
"location": [
{
"address": {
"number": "<string>",
"streetName": "<string>"
},
"postalCode": "<string>",
"inseeCode": "<string>",
"irisCode": "<string>",
"department": "<string>",
"city": "<string>",
"locationCoordinate": {
"location": [
123
],
"h3Indices": {
"h3Index1": "<string>",
"h3Index2": "<string>",
"h3Index3": "<string>",
"h3Index4": "<string>",
"h3Index5": "<string>",
"h3Index6": "<string>",
"h3Index7": "<string>",
"h3Index8": "<string>",
"h3Index9": "<string>",
"h3Index10": "<string>",
"h3Index11": "<string>",
"h3Index12": "<string>"
}
},
"cityCoordinate": {
"location": [
123
],
"h3Indices": {
"h3Index1": "<string>",
"h3Index2": "<string>",
"h3Index3": "<string>",
"h3Index4": "<string>",
"h3Index5": "<string>",
"h3Index6": "<string>",
"h3Index7": "<string>",
"h3Index8": "<string>",
"h3Index9": "<string>",
"h3Index10": "<string>",
"h3Index11": "<string>",
"h3Index12": "<string>"
}
}
}
],
"type": "MUTATION_NATURE_UNKNOWN",
"price": {
"value": 123,
"valuePerArea": 123,
"valuePerAreaCarrez": 123,
"source": {
"website": "<string>",
"url": "<string>",
"flxId": "<string>"
}
},
"inflatedPrice": {
"value": 123,
"valuePerArea": 123,
"valuePerAreaCarrez": 123,
"source": {
"website": "<string>",
"url": "<string>",
"flxId": "<string>"
}
},
"mainAdress": {
"number": "<string>",
"streetName": "<string>"
}
},
"found": true
}
],
"internalDelay": 123
}
Authorizations
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
Body
application/json
Response
200
application/json
A successful response.
Available options:
ANOMALY_UNKNOWN
, ANOMALY_OUTLIER
, ANOMALY_LOW_PRICE
, ANOMALY_HIGH_PRICE
, ANOMALY_LOW_SURFACE
, ANOMALY_HIGH_SURFACE
Available options:
LOCAL_GROUP_UNKNOWN
, LOCAL_GROUP_HOUSE
, LOCAL_GROUP_APARTMENT
, LOCAL_GROUP_INDUSTRIAL_COMMERCIAL
, LOCAL_GROUP_TERRAIN
, LOCAL_GROUP_MULTIPLE
Available options:
PROPERTY_TYPE_UNKNOWN
, PROPERTY_TYPE_T1
, PROPERTY_TYPE_T2
, PROPERTY_TYPE_T3
, PROPERTY_TYPE_T4
, PROPERTY_TYPE_T5
, PROPERTY_TYPE_T5_MORE
, PROPERTY_TYPE_HOUSE
, PROPERTY_TYPE_COMMERCIAL
Available options:
LOCAL_TYPE_UNKNOWN
, LOCAL_TYPE_HOUSE
, LOCAL_TYPE_APARTMENT
, LOCAL_TYPE_INDUSTRIAL_COMMERCIAL
, LOCAL_TYPE_DEPENDANCE
Available options:
PROPERTY_TYPE_UNKNOWN
, PROPERTY_TYPE_T1
, PROPERTY_TYPE_T2
, PROPERTY_TYPE_T3
, PROPERTY_TYPE_T4
, PROPERTY_TYPE_T5
, PROPERTY_TYPE_T5_MORE
, PROPERTY_TYPE_HOUSE
, PROPERTY_TYPE_COMMERCIAL
Available options:
LOCAL_TYPE_UNKNOWN
, LOCAL_TYPE_HOUSE
, LOCAL_TYPE_APARTMENT
, LOCAL_TYPE_INDUSTRIAL_COMMERCIAL
, LOCAL_TYPE_DEPENDANCE
Available options:
PROPERTY_TYPE_UNKNOWN
, PROPERTY_TYPE_T1
, PROPERTY_TYPE_T2
, PROPERTY_TYPE_T3
, PROPERTY_TYPE_T4
, PROPERTY_TYPE_T5
, PROPERTY_TYPE_T5_MORE
, PROPERTY_TYPE_HOUSE
, PROPERTY_TYPE_COMMERCIAL
Available options:
LOCAL_TYPE_UNKNOWN
, LOCAL_TYPE_HOUSE
, LOCAL_TYPE_APARTMENT
, LOCAL_TYPE_INDUSTRIAL_COMMERCIAL
, LOCAL_TYPE_DEPENDANCE
Hierarchical Geobased data-representation. This create a grid of the world with a certain level of details depending on the actual picked index. Please see more here: https://h3geo.org/docs/core-library/restable
Hierarchical Geobased data-representation. This create a grid of the world with a certain level of details depending on the actual picked index. Please see more here: https://h3geo.org/docs/core-library/restable
Available options:
MUTATION_NATURE_UNKNOWN
, MUTATION_NATURE_SALE
, MUTATION_NATURE_SALE_TO_BE_FINNISHED
, MUTATION_NATURE_LAND_TO_BUILD
, MUTATION_NATURE_EXTENSION
, MUTATION_NATURE_EVICTION
, MUTATION_NATURE_EXCHANGE
Was this page helpful?
curl --request POST \
--url https://api.f6o.co/v2/dvf/id/_many \
--header 'Content-Type: application/json' \
--header 'x-api-key : <api-key>' \
--data '{
"id": [
"<string>"
]
}'
{
"apiVersion": "<string>",
"context": "<string>",
"data": [
{
"transaction": {
"flxId": "<string>",
"meta": {
"mutationId": "<string>",
"mutationDate": "2023-11-07T05:31:56Z",
"anomalies": [
"ANOMALY_UNKNOWN"
],
"hasAnomaly": true
},
"group": "LOCAL_GROUP_UNKNOWN",
"totalLandSurface": 123,
"totalPropertySurface": 123,
"totalRoomCount": 123,
"mainProperty": {
"type": "PROPERTY_TYPE_UNKNOWN",
"surface": 123,
"mainRoomsCount": 123,
"localType": "LOCAL_TYPE_UNKNOWN"
},
"parcels": [
{
"id": "<string>",
"location": {
"address": {
"number": "<string>",
"streetName": "<string>"
},
"postalCode": "<string>",
"inseeCode": "<string>",
"irisCode": "<string>",
"department": "<string>",
"city": "<string>",
"locationCoordinate": {
"location": [
123
],
"h3Indices": {
"h3Index1": "<string>",
"h3Index2": "<string>",
"h3Index3": "<string>",
"h3Index4": "<string>",
"h3Index5": "<string>",
"h3Index6": "<string>",
"h3Index7": "<string>",
"h3Index8": "<string>",
"h3Index9": "<string>",
"h3Index10": "<string>",
"h3Index11": "<string>",
"h3Index12": "<string>"
}
},
"cityCoordinate": {
"location": [
123
],
"h3Indices": {
"h3Index1": "<string>",
"h3Index2": "<string>",
"h3Index3": "<string>",
"h3Index4": "<string>",
"h3Index5": "<string>",
"h3Index6": "<string>",
"h3Index7": "<string>",
"h3Index8": "<string>",
"h3Index9": "<string>",
"h3Index10": "<string>",
"h3Index11": "<string>",
"h3Index12": "<string>"
}
}
},
"landDetail": {
"totalSurface": 123,
"nature": [
{
"surface": 123,
"type": "NATURE_OF_LAND_UNKNOWN",
"specialType": "<string>"
}
]
},
"propertyDetail": [
{
"type": "PROPERTY_TYPE_UNKNOWN",
"surface": 123,
"mainRoomsCount": 123,
"localType": "LOCAL_TYPE_UNKNOWN"
}
],
"lots": [
{
"number": 123,
"surface": 123
}
],
"lotCount": 123
}
],
"properties": [
{
"type": "PROPERTY_TYPE_UNKNOWN",
"surface": 123,
"mainRoomsCount": 123,
"localType": "LOCAL_TYPE_UNKNOWN"
}
],
"location": [
{
"address": {
"number": "<string>",
"streetName": "<string>"
},
"postalCode": "<string>",
"inseeCode": "<string>",
"irisCode": "<string>",
"department": "<string>",
"city": "<string>",
"locationCoordinate": {
"location": [
123
],
"h3Indices": {
"h3Index1": "<string>",
"h3Index2": "<string>",
"h3Index3": "<string>",
"h3Index4": "<string>",
"h3Index5": "<string>",
"h3Index6": "<string>",
"h3Index7": "<string>",
"h3Index8": "<string>",
"h3Index9": "<string>",
"h3Index10": "<string>",
"h3Index11": "<string>",
"h3Index12": "<string>"
}
},
"cityCoordinate": {
"location": [
123
],
"h3Indices": {
"h3Index1": "<string>",
"h3Index2": "<string>",
"h3Index3": "<string>",
"h3Index4": "<string>",
"h3Index5": "<string>",
"h3Index6": "<string>",
"h3Index7": "<string>",
"h3Index8": "<string>",
"h3Index9": "<string>",
"h3Index10": "<string>",
"h3Index11": "<string>",
"h3Index12": "<string>"
}
}
}
],
"type": "MUTATION_NATURE_UNKNOWN",
"price": {
"value": 123,
"valuePerArea": 123,
"valuePerAreaCarrez": 123,
"source": {
"website": "<string>",
"url": "<string>",
"flxId": "<string>"
}
},
"inflatedPrice": {
"value": 123,
"valuePerArea": 123,
"valuePerAreaCarrez": 123,
"source": {
"website": "<string>",
"url": "<string>",
"flxId": "<string>"
}
},
"mainAdress": {
"number": "<string>",
"streetName": "<string>"
}
},
"found": true
}
],
"internalDelay": 123
}