Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get the list of all the cities with properties in the system.

The cities from the properties that are blocked will not show here.

Request: Cities(region, zone, type, usr, pwd)

...

Response:

Code Block
languagejson
{
  "Cities": [
    {
      "city": '"Barcelona'"
    }, {
      "city": '"Madrid'"
    }
  ]
}