GET Portal/IntegSBA/v1/Attandance/STAFF_LEAVES

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of STAFF_LEAVES
NameDescriptionTypeAdditional information
Leave_id

integer

None.

Created_date

date

None.

staff_number

string

None.

Staff_leave_start_date

date

None.

Staff_leave_end_date

date

None.

Leave_type_code

string

None.

Leave_Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Leave_id": 1,
    "Created_date": "2026-08-06T20:13:14.1501801+03:00",
    "staff_number": "sample string 3",
    "Staff_leave_start_date": "2026-08-06T20:13:14.1501801+03:00",
    "Staff_leave_end_date": "2026-08-06T20:13:14.1501801+03:00",
    "Leave_type_code": "sample string 6",
    "Leave_Status": "sample string 7"
  },
  {
    "Leave_id": 1,
    "Created_date": "2026-08-06T20:13:14.1501801+03:00",
    "staff_number": "sample string 3",
    "Staff_leave_start_date": "2026-08-06T20:13:14.1501801+03:00",
    "Staff_leave_end_date": "2026-08-06T20:13:14.1501801+03:00",
    "Leave_type_code": "sample string 6",
    "Leave_Status": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSTAFF_LEAVES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HorizonSSI.WebApi.Models">
  <STAFF_LEAVES>
    <Created_date>2026-08-06T20:13:14.1501801+03:00</Created_date>
    <Leave_Status>sample string 7</Leave_Status>
    <Leave_id>1</Leave_id>
    <Leave_type_code>sample string 6</Leave_type_code>
    <Staff_leave_end_date>2026-08-06T20:13:14.1501801+03:00</Staff_leave_end_date>
    <Staff_leave_start_date>2026-08-06T20:13:14.1501801+03:00</Staff_leave_start_date>
    <staff_number>sample string 3</staff_number>
  </STAFF_LEAVES>
  <STAFF_LEAVES>
    <Created_date>2026-08-06T20:13:14.1501801+03:00</Created_date>
    <Leave_Status>sample string 7</Leave_Status>
    <Leave_id>1</Leave_id>
    <Leave_type_code>sample string 6</Leave_type_code>
    <Staff_leave_end_date>2026-08-06T20:13:14.1501801+03:00</Staff_leave_end_date>
    <Staff_leave_start_date>2026-08-06T20:13:14.1501801+03:00</Staff_leave_start_date>
    <staff_number>sample string 3</staff_number>
  </STAFF_LEAVES>
</ArrayOfSTAFF_LEAVES>