Skip to content
Wenbin.Ke edited this page Oct 29, 2015 · 2 revisions

Request Url: /apis/locations

  • You can set If-Modified-Since in the request headers. This should be UTC date time. If the data is not modified since that date, we will return status code 304 (NotModified) and empty body.

Response:

[
  {
    "Id": "1388",
    "Name": "Tenerife",
    "Children": [
      {
        "Id": "1664",
        "Name": "Costa Adeje",
        "Children": [
          
        ]
      },
      {
        "Id": "8848",
        "Name": "Golf Del Sur",
        "Children": [
          
        ]
      },
      {
        "Id": "8863",
        "Name": "Amarilla Golf",
        "Children": [
          
        ]
      },
      {
        "Id": "8866",
        "Name": "Garagacho",
        "Children": [
          
        ]
      },
      {
        "Id": "8880",
        "Name": "Las Galletas",
        "Children": [
          
        ]
      },
      {
        "Id": "9194",
        "Name": "El Medano",
        "Children": [
          
        ]
      }
    ]
  },
  {
    "Id": "10756",
    "Name": "Mallorca",
    "Children": [
      
    ]
  }
]
Clone this wiki locally