GET /v3/ciudades/{id}

Ciudad por Id.

Request

Path parameters

Name Type Constraints Descripción
id integer (int32) Required
Id de la Ciudad

Responses

HTTP-StatusCode 200

OK

Ciudad when Accept: application/json application/vnd.autocosmos.entry+json text/json
{
  "Nombre": "Torino",
  "Region": "Torino",
  "_links": {
    "rel1": {
      "href": "/v3/ciudades/somevalue"
    }
  }
}
CiudadRef when Accept: application/vnd.autocosmos.ref+json
{
  "href": "/v3/ciudades/somevalue",
  "title": "Maranello (Modena)"
}

HTTP-StatusCode 404

La ciudad, no existe.