PRODUCTION

Will retrieve all featured property ads configured in the platform.

Resource information
AuthenticationRequired
HTTP MethodGET
ResponseJSON
Version1

Resource URL

https://mapaprop.app/api/action/express-v1/features

Sample code

POST /api/action/.. HTTP/1.1
Host: mapaprop.app
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_SXIgc3wTtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw

key=value&key=value

Response

A list of feature objects.

ObjectFieldTypeRequiredDescription
ResponsefeaturesFeatureyesThe array of featured properties for this website
FeaturethumbnailstringyesThe full URL for the thumbnail image
propertyIdintegeryesThe property ID for the featured
codestringyesThe internal customer code for the property
typeDescstringyesThe description for the type. Check out the list of possible values here > Constants
operationDescstringyesThe description of the operation. Check out the list of possible values here > Constants
descriptionstringyesThe description of the property. Free text entered by the customer
titlestringyesThe title of the property. Free text entered by the customer.
featuredIdstringyesThe unique ID of the featured ad.
seoUrlstringyesThe URL path of the property. Can be used to link to the property.
showPricebooleanyesThe customer configures if he decides or not to show the price
priceintegeryesThe price of the property (sale, rent, etc)
currencystringyesThe currency of the price of the property
occupancystringyesThe maximum amount of people
ambiencesstringyesThe number of ambiences / spaces for the property
roomsstringyesThe number of bedrooms for the property
soldbooleanIf property is tagged Sold, this comes in the json
rentedbooleanIf property is tagged Rented, this comes in the json
suspendedbooleanIf property is tagged Suspended, this comes in the json
bathrooomsintegerif the property has the bathrooms declared, they come in the json
buildingAreaintegerif the property has the buildingArea declared, they come in the json
langAreaintegerif the property has the langArea declared, they come in the json
reservedbooleanIf property is tagged Reserved, this comes in the json
addressDescstringis the combination of zone1, zone2 and zone3 depending on its existence
addressstringis the address of the property
zone1stringis the province of the property
zone2stringis the state of the property
zone3stringis the city of the property

Sample code

{
    "features": [
          {
              "rooms": "5",
              "code": "1-44442",
              "typeDesc": "Casa",
              "addressDesc": "Capital Federal,Colegiales",
              "description": "Test Images, Propiedad TestTest Images, Propiedad Test",
              "title": "Test Images, Propiedad Test",
              "type": "2",
              "customerCountry": "1",
              "websiteId": 791,
              "seoUrl": "venta-de-casa-en-colegiales-capital-federal-1-193602",
              "ambiences": "5",
              "price": 10.0,
              "propertyType": "2",
              "custId": 1,
              "currency": "ARS",
              "propertyId": 193602,
              "thumbnail": "https://s3.amazonaws.com/mapaprop-dev-image/photos/1/193054/1950917t.jpg",
              "address": "cloanda",
              "operationDesc": "Venta",
              "featuredId": 40063,
              "zone2": "Colegiales",
              "zone1": "Capital Federal",
              "propertyOperation": "1",
              "propertyTypeDesc": "Casa",
              "showPrice": true,
              "operation": "1",
              "propertyOperationDesc": "Venta",
              "customerCountryDesc": "Argentina"
            }
        {
            ...
        }
    ]
}