GET api/vacaciones/festivos?pagina={pagina}&todos={todos}&filtro={filtro}&filtroAnyo={filtroAnyo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pagina | integer |
Default value is 0 |
|
| todos | boolean |
Default value is False |
|
| filtro | string |
None. |
|
| filtroAnyo | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
IndexResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Festivo |
None. |
|
| More | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Id": 1,
"Fecha": "2026-03-31T11:24:08.3583128+02:00",
"Descripcion": "sample string 3",
"Tipo": 4
},
{
"Id": 1,
"Fecha": "2026-03-31T11:24:08.3583128+02:00",
"Descripcion": "sample string 3",
"Tipo": 4
}
],
"More": true
}