Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Get the list of all the properties.

Endpoint: https://ws.icnea.net/services_get_properties.aspx?api_key=a1b2c3d4e5&owner_id=1234

Parameter

Type

Description

api_key

string

API_key for your company, provided by Icnea.

owner_id

integer

Property Manager ID

The response will be a JSON with the list of properties and their information:

{
  "services_properties": {
    "properties": [
      {
        "id": "12341001",
        "name": "Apartment Auri",
        "address": "Sant Josep, 6",
        "zip": "08042",
        "city": "Manresa",
        "country": "ES",
        "latitude": 41.7394834834,
        "longitude": 1.3472934234,
        "property_type": "apartment"
      }, {
        "id": "12341002",
        "name": "Apartment Gaia",
        "address": "Sant Josep, 6",
        "zip": "08042",
        "city": "Manresa",
        "country": "ES",
        "latitude": 41.7394834834,
        "longitude": 1.3472934234,
        "property_type": "apartment"
      }
    ]
  }
}

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.