GET Portal/IntegSBA/v1/Attandance/STAFF_DETAILS?Status={Status}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of STAFF_DETAILS| Name | Description | Type | Additional information |
|---|---|---|---|
| staff_number | string |
None. |
|
| card_number | string |
None. |
|
| staff_full_name_en | string |
None. |
|
| staff_full_name_ar | string |
None. |
|
| staff_unit_code | string |
None. |
|
| staff_grade_code | string |
None. |
|
| staff_job_code | string |
None. |
|
| staff_join_date | date |
None. |
|
| staff_nation_code | string |
None. |
|
| staff_email | string |
None. |
|
| staffType_Code | string |
None. |
|
| staff_active_status | string |
None. |
|
| staff_manager_number | string |
None. |
|
| staff_last_Working_date | date |
None. |
|
| manager_Flag | string |
None. |
|
| userName | string |
None. |
|
| Kader_number | integer |
None. |
|
| Department_number | integer |
None. |
|
| position_number | integer |
None. |
|
| Branch_number | integer |
None. |
|
| Area_number | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"staff_number": "sample string 1",
"card_number": "sample string 2",
"staff_full_name_en": "sample string 3",
"staff_full_name_ar": "sample string 4",
"staff_unit_code": "sample string 5",
"staff_grade_code": "sample string 6",
"staff_job_code": "sample string 7",
"staff_join_date": "2026-08-06T20:11:43.9751638+03:00",
"staff_nation_code": "sample string 9",
"staff_email": "sample string 10",
"staffType_Code": "sample string 11",
"staff_active_status": "sample string 12",
"staff_manager_number": "sample string 13",
"staff_last_Working_date": "2026-08-06T20:11:43.9751638+03:00",
"manager_Flag": "sample string 15",
"userName": "sample string 16",
"Kader_number": 17,
"Department_number": 18,
"position_number": 19,
"Branch_number": 20,
"Area_number": 21
},
{
"staff_number": "sample string 1",
"card_number": "sample string 2",
"staff_full_name_en": "sample string 3",
"staff_full_name_ar": "sample string 4",
"staff_unit_code": "sample string 5",
"staff_grade_code": "sample string 6",
"staff_job_code": "sample string 7",
"staff_join_date": "2026-08-06T20:11:43.9751638+03:00",
"staff_nation_code": "sample string 9",
"staff_email": "sample string 10",
"staffType_Code": "sample string 11",
"staff_active_status": "sample string 12",
"staff_manager_number": "sample string 13",
"staff_last_Working_date": "2026-08-06T20:11:43.9751638+03:00",
"manager_Flag": "sample string 15",
"userName": "sample string 16",
"Kader_number": 17,
"Department_number": 18,
"position_number": 19,
"Branch_number": 20,
"Area_number": 21
}
]
application/xml, text/xml
Sample:
<ArrayOfSTAFF_DETAILS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HorizonSSI.WebApi.Models">
<STAFF_DETAILS>
<Area_number>21</Area_number>
<Branch_number>20</Branch_number>
<Department_number>18</Department_number>
<Kader_number>17</Kader_number>
<card_number>sample string 2</card_number>
<manager_Flag>sample string 15</manager_Flag>
<position_number>19</position_number>
<staffType_Code>sample string 11</staffType_Code>
<staff_active_status>sample string 12</staff_active_status>
<staff_email>sample string 10</staff_email>
<staff_full_name_ar>sample string 4</staff_full_name_ar>
<staff_full_name_en>sample string 3</staff_full_name_en>
<staff_grade_code>sample string 6</staff_grade_code>
<staff_job_code>sample string 7</staff_job_code>
<staff_join_date>2026-08-06T20:11:43.9751638+03:00</staff_join_date>
<staff_last_Working_date>2026-08-06T20:11:43.9751638+03:00</staff_last_Working_date>
<staff_manager_number>sample string 13</staff_manager_number>
<staff_nation_code>sample string 9</staff_nation_code>
<staff_number>sample string 1</staff_number>
<staff_unit_code>sample string 5</staff_unit_code>
<userName>sample string 16</userName>
</STAFF_DETAILS>
<STAFF_DETAILS>
<Area_number>21</Area_number>
<Branch_number>20</Branch_number>
<Department_number>18</Department_number>
<Kader_number>17</Kader_number>
<card_number>sample string 2</card_number>
<manager_Flag>sample string 15</manager_Flag>
<position_number>19</position_number>
<staffType_Code>sample string 11</staffType_Code>
<staff_active_status>sample string 12</staff_active_status>
<staff_email>sample string 10</staff_email>
<staff_full_name_ar>sample string 4</staff_full_name_ar>
<staff_full_name_en>sample string 3</staff_full_name_en>
<staff_grade_code>sample string 6</staff_grade_code>
<staff_job_code>sample string 7</staff_job_code>
<staff_join_date>2026-08-06T20:11:43.9751638+03:00</staff_join_date>
<staff_last_Working_date>2026-08-06T20:11:43.9751638+03:00</staff_last_Working_date>
<staff_manager_number>sample string 13</staff_manager_number>
<staff_nation_code>sample string 9</staff_nation_code>
<staff_number>sample string 1</staff_number>
<staff_unit_code>sample string 5</staff_unit_code>
<userName>sample string 16</userName>
</STAFF_DETAILS>
</ArrayOfSTAFF_DETAILS>