Every published listing is stored in our database under its Id. You can eventually unpublish it (Zonaprop API > DELETE aviso ), republish it (Zonaprop API > PUT aviso ) or modify it without losing the data.

This web service is used to retrieve a listing from Zonaprop.

Getting a listing does not write to the Mapaprop Property API database

TypeDescription
AuthorizationProperty API authorization token

Production

Resource information
AuthenticationRequired
HTTP MethodGET
ResponseJSON
Version1

Resource URL

https://api-navent.mapaprop.com/property-api/navent/get-property

Parameters - URL

NameTypeRequiredDescription
propertyIdstringyesThe property id
apiKeystringyesThe access token for the Zonaprop API
custIdstringyesThe Zonaprop zone id
brandstringyesThe app name

Response

A string indicating the result

ObjectFieldTypeDescription
ResponsesuccessstringA JSON with the property information.
errorstringA text indicating where the error occurred

Sample Code

To retrieve a listing we must first have the listing published from our application.

We will make a GET request to the endpoint

//Authorization required
//METHOD GET

//Endpoint
https://api-navent.mapaprop.com/property-api/navent/get-property?brand=mapaprop&propertyId=111&custId=1&apiKey=xxxx

//Parameters
//* brand
//* propertyId
//* custId
//* apiKey

Finally we receive the listing as response.

{
    "codigoAviso": "243053___mapaprop",
    "claveReferencia": null,
    "titulo": "ALQUILER DEPARTAMENTO DE 3 AMBIENTE CON BALCON",
    "descripcion": "DISPONE  - Living comedor 3x5. - Cocina separada. - 2 Dormitorios con placard y sus interiores. - Balcón tipo grande de 2 x 4 al contrafrente. (conexión lavarropa) - Baño completo.  - CONTRATO POR 3 AÑOS - CON AUMENTO ANUAL POR IPC - - Publicado a través de Mapaprop",
    "tipoDePropiedad": {
        "idTipo": "2",
        "tipo": "Departamento",
        "idSubTipo": null,
        "subTipo": null
    },
    "caracteristicas": [
        {
            "id": "CFT4",
            "nombre": "PRINCIPALES|MEDIO_BANO",
            "valor": "0",
            "idValor": null
        },
        {
            "id": "CFT3",
            "nombre": "PRINCIPALES|BANO",
            "valor": "1",
            "idValor": null
        },
        {
            "id": "CFT2",
            "nombre": "PRINCIPALES|DORMITORIO",
            "valor": "2",
            "idValor": null
        },
        {
            "id": "CFT1",
            "nombre": "PRINCIPALES|AMBIENTE",
            "valor": "3",
            "idValor": null
        },
        {
            "id": "CFT7",
            "nombre": "PRINCIPALES|COCHERA",
            "valor": "2",
            "idValor": null
        },
        {
            "id": "CON1",
            "nombre": "MEDIDAS|UNIDAD_DE_MEDIDA",
            "valor": "Metro Cuadrado",
            "idValor": "M2"
        },
        {
            "id": "CFT101",
            "nombre": "MEDIDAS|SUPERFICIE_CUBIERTA",
            "valor": "60",
            "idValor": null
        },
        {
            "id": "CFT100",
            "nombre": "MEDIDAS|SUPERFICIE_TOTAL",
            "valor": "80",
            "idValor": null
        }
    ],
    "precios": [
        {
            "monto": "110000",
            "moneda": "ARS",
            "operacion": "ALQUILER"
        }
    ],
    "multimedia": {
        "imagenes": [
            {
                "titulo": "imagen1",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226483.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654523.jpg"
            },
            {
                "titulo": "imagen2",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226485.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654524.jpg"
            },
            {
                "titulo": "imagen3",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226491.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654525.jpg"
            },
            {
                "titulo": "imagen4",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226479.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654526.jpg"
            },
            {
                "titulo": "imagen5",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226482.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654527.jpg"
            },
            {
                "titulo": "imagen6",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226478.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654528.jpg"
            },
            {
                "titulo": "imagen7",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226480.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654529.jpg"
            },
            {
                "titulo": "imagen8",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226486.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654530.jpg"
            },
            {
                "titulo": "imagen9",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226487.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654531.jpg"
            },
            {
                "titulo": "imagen10",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226489.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654532.jpg"
            },
            {
                "titulo": "imagen11",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226488.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654533.jpg"
            },
            {
                "titulo": "imagen12",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226490.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654534.jpg"
            },
            {
                "titulo": "imagen13",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226484.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654535.jpg"
            },
            {
                "titulo": "imagen14",
                "urlImagenPortal": "https://imgar.zonapropcdn.com/avisos/1/00/54/32/55/74/1200x1200/1928226481.jpg",
                "urlImagenOriginal": "https://images.mapaprop.app/photos/8550/243053/2654536.jpg"
            }
        ],
        "videos": null,
        "recorridos360": null,
        "planos": []
    },
    "localizacion": {
        "idUbicacion": "V1-D-1002324",
        "ubicacion": "Morón, Morón, GBA Oeste, Argentina",
        "direccion": "Intendente Aguero 341",
        "latitud": "-34.661450500000007",
        "longitud": "-58.622550399999987",
        "muestraMapa": "EXACTO",
        "codigoPostal": "1708"
    },
    "publicacion": {
        "tipoDePublicacion": "SIMPLE",
        "fechaOnline": 1724250580000,
        "fechaOffline": 1724212800000
    },
    "publicador": {
        "codigoInmobiliaria": "8550",
        "emailAsesor": "info@davidrodriguezprop.com",
        "emailDeContacto": "info@davidrodriguezprop.com",
        "nombreDeContacto": "DAVID RODRIGUEZ PROPIEDADES",
        "telefonoDeContacto": "22002755",
        "callbackTokenClient": null
    },
    "estado": "PROCESADO",
    "traceId": null
}