GET api/vacaciones/festivos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Festivo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Fecha | date |
None. |
|
| Descripcion | string |
None. |
|
| Tipo | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Fecha": "2025-12-10T11:05:08.9577173+01:00",
"Descripcion": "sample string 3",
"Tipo": 4
}