GET api/Estado

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EstadoDestino
NameDescriptionTypeAdditional information
Folio

integer

None.

Nombre

string

None.

Keyword

string

None.

Descrip

string

None.

Imagenes

Collection of Imagenes

None.

Destino

Collection of Destinos

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Folio": 1,
    "Nombre": "sample string 2",
    "Keyword": "sample string 3",
    "Descrip": "sample string 4",
    "Imagenes": [
      {
        "$id": "2",
        "tipo": "sample string 1",
        "archivo": "sample string 2",
        "descripcion": "sample string 3"
      },
      {
        "$ref": "2"
      }
    ],
    "Destino": [
      {
        "$id": "3",
        "Folio": 1,
        "Nombre": "sample string 2",
        "Keyword": "sample string 3",
        "Longitud": "sample string 4",
        "Latitud": "sample string 5",
        "Imagenes": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "Categorias": [
          {
            "$id": "4",
            "Folio": 1,
            "Nombre": "sample string 2",
            "Keyword": "sample string 3",
            "Imagen": "sample string 4"
          },
          {
            "$ref": "4"
          }
        ]
      },
      {
        "$ref": "3"
      }
    ]
  },
  {
    "$ref": "1"
  }
]