GET V3/odata/OverviewEmployeeVacationMutation
Gets OverviewEmployeeVacationMutation entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V3.Models.OverviewEmployeeVacationMutation| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeVacationMutationId |
Gets or sets the EmployeeVacationMutationId |
integer |
64-bit signed integer |
| EmployeeId |
Gets or sets the EmployeeId |
integer |
64-bit signed integer |
| EmployeeName |
Gets or sets employee name |
string |
None. |
| Date |
Gets or sets date |
date |
date and time of day |
| MutationHours |
Gets or sets mutation hours |
decimal number |
None. |
| Reason |
Gets or sets reason |
string |
None. |
Response Formats
application/json, text/json, application/scim+json
Sample:
[
{
"EmployeeVacationMutationId": "1",
"EmployeeId": "2",
"EmployeeName": "sample 3",
"Date": "2025-11-03T00:17:44.920761+00:00",
"MutationHours": "5",
"Reason": "sample 6"
},
{
"EmployeeVacationMutationId": "1",
"EmployeeId": "2",
"EmployeeName": "sample 3",
"Date": "2025-11-03T00:17:44.920761+00:00",
"MutationHours": "5",
"Reason": "sample 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfOverviewEmployeeVacationMutation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models">
<OverviewEmployeeVacationMutation>
<Date>2025-11-03T00:17:44.920761+00:00</Date>
<EmployeeId>2</EmployeeId>
<EmployeeName>sample 3</EmployeeName>
<EmployeeVacationMutationId>1</EmployeeVacationMutationId>
<MutationHours>5</MutationHours>
<Reason>sample 6</Reason>
</OverviewEmployeeVacationMutation>
<OverviewEmployeeVacationMutation>
<Date>2025-11-03T00:17:44.920761+00:00</Date>
<EmployeeId>2</EmployeeId>
<EmployeeName>sample 3</EmployeeName>
<EmployeeVacationMutationId>1</EmployeeVacationMutationId>
<MutationHours>5</MutationHours>
<Reason>sample 6</Reason>
</OverviewEmployeeVacationMutation>
</ArrayOfOverviewEmployeeVacationMutation>