GET api/Holidays/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Holiday| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DESCRIPTION | string |
None. |
|
| DATE | date |
None. |
|
| DIV_ID | integer |
None. |
|
| OLD | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"DESCRIPTION": "sample string 2",
"DATE": "2026-01-13T06:16:17.2034949+00:00",
"DIV_ID": 4,
"OLD": 1
}
application/octet-stream
Sample:
{"ID":1,"DESCRIPTION":"sample string 2","DATE":"2026-01-13T06:16:17.2034949+00:00","DIV_ID":4,"OLD":1}
application/xml, text/xml
Sample:
<Holiday xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ID>1</ID> <DESCRIPTION>sample string 2</DESCRIPTION> <DATE>2026-01-13T06:16:17.2034949+00:00</DATE> <DIV_ID>4</DIV_ID> <OLD>1</OLD> </Holiday>