GET api/Destino?categoriadestino={categoriadestino}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoriadestino | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CategoriaDestino| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | integer |
None. |
|
| Nombre | string |
None. |
|
| Keyword | string |
None. |
|
| Imagen | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Folio": 1,
"Nombre": "sample string 2",
"Keyword": "sample string 3",
"Imagen": "sample string 4"
},
{
"$ref": "1"
}
]