GET api/match/{matchCriteriumId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matchCriteriumId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MatchCriterium| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Active | boolean |
None. |
|
| TransactionType | TransactionType |
None. |
|
| TransactionTypeDescription | string |
None. |
|
| EstateCategory | EstateCategoryType |
None. |
|
| EstateCategoryDescription | string |
None. |
|
| EstateSort | EstateSortType |
None. |
|
| EstateSortDescription | string |
None. |
|
| EstateGenres | Collection of EstateGenreType |
None. |
|
| EstateCharacterisations | Collection of EstateCharacterisationType |
None. |
|
| ValidUntil | date |
None. |
|
| Name | string |
None. |
|
| Price | MatchRange |
None. |
|
| RegionType | MatchRegionType |
None. |
|
| Zones | Collection of Zone |
None. |
|
| Cities | Collection of City |
None. |
|
| Country | Country |
None. |
|
| MarketingTypes | Collection of MarketingType |
None. |
|
| NumberOfBedrooms | integer |
None. |
|
| Comment | string |
None. |
|
| Garden | boolean |
None. |
|
| Garage | boolean |
None. |
|
| Terrace | boolean |
None. |
|
| Elevator | boolean |
None. |
|
| NewEstate | boolean |
None. |
|
| Furnished | boolean |
None. |
|
| Parking | boolean |
None. |
|
| Investment | boolean |
None. |
|
| PolygonText | string |
None. |
|
| EnergyClassLabel | string |
None. |
|
| MaxEnergyClassValue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"active": true,
"transactionType": "SALE",
"transactionTypeDescription": "sample string 2",
"estateCategory": "Residential",
"estateCategoryDescription": "sample string 3",
"estateSort": "Dwelling",
"estateSortDescription": "sample string 4",
"estateGenres": [
"ArchitectDwelling",
"ArchitectDwelling"
],
"estateCharacterisations": [
"Dwelling_Corner",
"Dwelling_Corner"
],
"validUntil": "2025-11-21T14:23:30.3874872+01:00",
"name": "sample string 5",
"price": {
"from": 1.0,
"to": 1.0,
"validRange": true
},
"regionType": "Country",
"zones": [
{
"id": 1,
"name": "sample string 2"
},
{
"id": 1,
"name": "sample string 2"
}
],
"cities": [
{
"id": 1,
"name": "sample string 2",
"zipCode": "sample string 3",
"country": "AD"
},
{
"id": 1,
"name": "sample string 2",
"zipCode": "sample string 3",
"country": "AD"
}
],
"country": "AD",
"marketingTypes": [
{
"id": 1,
"code": "sample string 1",
"marketingSubjectType": "sample string 2",
"description": "sample string 3",
"selected": true
},
{
"id": 1,
"code": "sample string 1",
"marketingSubjectType": "sample string 2",
"description": "sample string 3",
"selected": true
}
],
"numberOfBedrooms": 1,
"comment": "sample string 6",
"garden": true,
"garage": true,
"terrace": true,
"elevator": true,
"newEstate": true,
"furnished": true,
"parking": true,
"investment": true,
"polygonText": "sample string 15",
"energyClassLabel": "sample string 16",
"maxEnergyClassValue": 1
}
application/xml, text/xml
Sample:
<MatchCriterium xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Skarabee.Fuse.OM">
<Active>true</Active>
<Cities>
<City>
<Country>AD</Country>
<Id>1</Id>
<Name>sample string 2</Name>
<ZipCode>sample string 3</ZipCode>
</City>
<City>
<Country>AD</Country>
<Id>1</Id>
<Name>sample string 2</Name>
<ZipCode>sample string 3</ZipCode>
</City>
</Cities>
<Comment>sample string 6</Comment>
<Country>AD</Country>
<Elevator>true</Elevator>
<EnergyClassLabel>sample string 16</EnergyClassLabel>
<EstateCategory>Residential</EstateCategory>
<EstateCategoryDescription>sample string 3</EstateCategoryDescription>
<EstateCharacterisations xmlns:d2p1="http://schemas.datacontract.org/2004/07/Skarabee.Net.OM">
<d2p1:Enums.EstateCharacterisationType>Dwelling_Corner</d2p1:Enums.EstateCharacterisationType>
<d2p1:Enums.EstateCharacterisationType>Dwelling_Corner</d2p1:Enums.EstateCharacterisationType>
</EstateCharacterisations>
<EstateGenres xmlns:d2p1="http://schemas.datacontract.org/2004/07/Skarabee.Net.OM">
<d2p1:Enums.EstateGenreType>ArchitectDwelling</d2p1:Enums.EstateGenreType>
<d2p1:Enums.EstateGenreType>ArchitectDwelling</d2p1:Enums.EstateGenreType>
</EstateGenres>
<EstateSort>Dwelling</EstateSort>
<EstateSortDescription>sample string 4</EstateSortDescription>
<Furnished>true</Furnished>
<Garage>true</Garage>
<Garden>true</Garden>
<Id>1</Id>
<Investment>true</Investment>
<MarketingTypes>
<MarketingType>
<Code>sample string 1</Code>
<Description>sample string 3</Description>
<Id>1</Id>
<MarketingSubjectType>sample string 2</MarketingSubjectType>
<Selected>true</Selected>
</MarketingType>
<MarketingType>
<Code>sample string 1</Code>
<Description>sample string 3</Description>
<Id>1</Id>
<MarketingSubjectType>sample string 2</MarketingSubjectType>
<Selected>true</Selected>
</MarketingType>
</MarketingTypes>
<MaxEnergyClassValue>1</MaxEnergyClassValue>
<Name>sample string 5</Name>
<NewEstate>true</NewEstate>
<NumberOfBedrooms>1</NumberOfBedrooms>
<Parking>true</Parking>
<PolygonText>sample string 15</PolygonText>
<Price>
<From>1</From>
<To>1</To>
</Price>
<RegionType>Country</RegionType>
<Terrace>true</Terrace>
<TransactionType>SALE</TransactionType>
<TransactionTypeDescription>sample string 2</TransactionTypeDescription>
<ValidUntil>2025-11-21T14:23:30.3874872+01:00</ValidUntil>
<Zones>
<Zone>
<Id>1</Id>
<Name>sample string 2</Name>
</Zone>
<Zone>
<Id>1</Id>
<Name>sample string 2</Name>
</Zone>
</Zones>
</MatchCriterium>