GET api/Estado?keyword={keyword}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyword | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EstadoDestino| Name | Description | Type | Additional 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:
{
"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"
}
]
}