GET Portal/IntegSBA/v1/Attandance/STAFF_HandStopWorking

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of STAFF_HandStop
NameDescriptionTypeAdditional information
HandStop_id

integer

None.

Created_date

date

None.

staff_number

string

None.

Staff_HandStop_start_date

date

None.

Staff_HandStop_end_date

date

None.

HandStop_type_code

string

None.

HandStop_Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "HandStop_id": 1,
    "Created_date": "2026-08-06T20:12:49.9822367+03:00",
    "staff_number": "sample string 3",
    "Staff_HandStop_start_date": "2026-08-06T20:12:49.9822367+03:00",
    "Staff_HandStop_end_date": "2026-08-06T20:12:49.9822367+03:00",
    "HandStop_type_code": "sample string 6",
    "HandStop_Status": "sample string 7"
  },
  {
    "HandStop_id": 1,
    "Created_date": "2026-08-06T20:12:49.9822367+03:00",
    "staff_number": "sample string 3",
    "Staff_HandStop_start_date": "2026-08-06T20:12:49.9822367+03:00",
    "Staff_HandStop_end_date": "2026-08-06T20:12:49.9822367+03:00",
    "HandStop_type_code": "sample string 6",
    "HandStop_Status": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSTAFF_HandStop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HorizonSSI.WebApi.Models">
  <STAFF_HandStop>
    <Created_date>2026-08-06T20:12:49.9822367+03:00</Created_date>
    <HandStop_Status>sample string 7</HandStop_Status>
    <HandStop_id>1</HandStop_id>
    <HandStop_type_code>sample string 6</HandStop_type_code>
    <Staff_HandStop_end_date>2026-08-06T20:12:49.9822367+03:00</Staff_HandStop_end_date>
    <Staff_HandStop_start_date>2026-08-06T20:12:49.9822367+03:00</Staff_HandStop_start_date>
    <staff_number>sample string 3</staff_number>
  </STAFF_HandStop>
  <STAFF_HandStop>
    <Created_date>2026-08-06T20:12:49.9822367+03:00</Created_date>
    <HandStop_Status>sample string 7</HandStop_Status>
    <HandStop_id>1</HandStop_id>
    <HandStop_type_code>sample string 6</HandStop_type_code>
    <Staff_HandStop_end_date>2026-08-06T20:12:49.9822367+03:00</Staff_HandStop_end_date>
    <Staff_HandStop_start_date>2026-08-06T20:12:49.9822367+03:00</Staff_HandStop_start_date>
    <staff_number>sample string 3</staff_number>
  </STAFF_HandStop>
</ArrayOfSTAFF_HandStop>