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