GET api/ManagerPublic/SettingEmployee/List?Keyword={Keyword}&IsUse={IsUse}&CurrentPage={CurrentPage}&RowPerPage={RowPerPage}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Keyword | string |
None. |
|
| IsUse | byte |
None. |
|
| CurrentPage | integer |
None. |
|
| RowPerPage | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SettingEmployeeListListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FullName | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| AvatarUrl | string |
None. |
|
| IndexNumber | integer |
None. |
|
| IsUse | boolean |
None. |
|
| IsUseText | string |
None. |
|
| DateCreate | date |
None. |
|
| EmployeeId | integer |
None. |
|
| EmployeeIdCreate | integer |
None. |
|
| EmployeeIdModify | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"fullName": "sample string 2",
"email": "sample string 3",
"phone": "sample string 4",
"avatarUrl": "sample string 5",
"indexNumber": 6,
"isUse": true,
"isUseText": "sample string 8",
"dateCreate": "2025-12-06T12:32:07.7013767+07:00",
"employeeId": 9,
"employeeIdCreate": 10,
"employeeIdModify": 11
},
{
"id": 1,
"fullName": "sample string 2",
"email": "sample string 3",
"phone": "sample string 4",
"avatarUrl": "sample string 5",
"indexNumber": 6,
"isUse": true,
"isUseText": "sample string 8",
"dateCreate": "2025-12-06T12:32:07.7013767+07:00",
"employeeId": 9,
"employeeIdCreate": 10,
"employeeIdModify": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfSettingEmployeeListListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.ManagerPublic">
<SettingEmployeeListListModel>
<AvatarUrl>sample string 5</AvatarUrl>
<DateCreate>2025-12-06T12:32:07.7013767+07:00</DateCreate>
<Email>sample string 3</Email>
<EmployeeId>9</EmployeeId>
<EmployeeIdCreate>10</EmployeeIdCreate>
<EmployeeIdModify>11</EmployeeIdModify>
<FullName>sample string 2</FullName>
<Id>1</Id>
<IndexNumber>6</IndexNumber>
<IsUse>true</IsUse>
<IsUseText>sample string 8</IsUseText>
<Phone>sample string 4</Phone>
</SettingEmployeeListListModel>
<SettingEmployeeListListModel>
<AvatarUrl>sample string 5</AvatarUrl>
<DateCreate>2025-12-06T12:32:07.7013767+07:00</DateCreate>
<Email>sample string 3</Email>
<EmployeeId>9</EmployeeId>
<EmployeeIdCreate>10</EmployeeIdCreate>
<EmployeeIdModify>11</EmployeeIdModify>
<FullName>sample string 2</FullName>
<Id>1</Id>
<IndexNumber>6</IndexNumber>
<IsUse>true</IsUse>
<IsUseText>sample string 8</IsUseText>
<Phone>sample string 4</Phone>
</SettingEmployeeListListModel>
</ArrayOfSettingEmployeeListListModel>