GET api/Common/getEmployee/Organization/{Id}/{BranchId}/{UserTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| BranchId | integer |
Required |
|
| UserTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EmployeeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | decimal number |
None. |
|
| EmployeeName | string |
None. |
|
| OrganizationId | decimal number |
None. |
|
| BranchId | decimal number |
None. |
|
| EmployeeType | integer |
None. |
|
| EmployeeCode | string |
None. |
|
| Address | string |
None. |
|
| Contact_No | character |
None. |
|
| DesignationId | decimal number |
None. |
|
| Salary | decimal number |
None. |
|
| IsAbsenteeDeductionApplicable | integer |
None. |
|
| string |
None. |
||
| DOB | date |
None. |
|
| DOJ | date |
None. |
|
| DOR | date |
None. |
|
| Type | integer |
None. |
|
| InTime | time interval |
None. |
|
| OutTime | time interval |
None. |
|
| InTime2 | time interval |
None. |
|
| OutTime2 | time interval |
None. |
|
| ImageUrl | string |
None. |
|
| AccountId | decimal number |
None. |
|
| PAN | string |
None. |
|
| UID | string |
None. |
|
| BankName | string |
None. |
|
| BankAccountNo | string |
None. |
|
| IFSCCode | string |
None. |
|
| PFAccountNo | string |
None. |
|
| ESICNo | string |
None. |
|
| EditReason | string |
None. |
|
| CreatedBy | decimal number |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | decimal number |
None. |
|
| UpdatedDate | date |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EmployeeId": 1.0,
"EmployeeName": "sample string 2",
"OrganizationId": 3.0,
"BranchId": 4.0,
"EmployeeType": 5,
"EmployeeCode": "sample string 6",
"Address": "sample string 7",
"Contact_No": "A",
"DesignationId": 9.0,
"Salary": 10.1,
"IsAbsenteeDeductionApplicable": 11,
"EMail": "sample string 12",
"DOB": "2025-12-06T02:37:12.7206393+05:30",
"DOJ": "2025-12-06T02:37:12.7206393+05:30",
"DOR": "2025-12-06T02:37:12.7206393+05:30",
"Type": 1,
"InTime": "00:00:00.1234567",
"OutTime": "00:00:00.1234567",
"InTime2": "00:00:00.1234567",
"OutTime2": "00:00:00.1234567",
"ImageUrl": "sample string 20",
"AccountId": 21.0,
"PAN": "sample string 22",
"UID": "sample string 23",
"BankName": "sample string 24",
"BankAccountNo": "sample string 25",
"IFSCCode": "sample string 26",
"PFAccountNo": "sample string 27",
"ESICNo": "sample string 28",
"EditReason": "sample string 29",
"CreatedBy": 30.0,
"CreatedDate": "2025-12-06T02:37:12.7206393+05:30",
"UpdatedBy": 32.0,
"UpdatedDate": "2025-12-06T02:37:12.7206393+05:30",
"Status": "sample string 34"
},
{
"EmployeeId": 1.0,
"EmployeeName": "sample string 2",
"OrganizationId": 3.0,
"BranchId": 4.0,
"EmployeeType": 5,
"EmployeeCode": "sample string 6",
"Address": "sample string 7",
"Contact_No": "A",
"DesignationId": 9.0,
"Salary": 10.1,
"IsAbsenteeDeductionApplicable": 11,
"EMail": "sample string 12",
"DOB": "2025-12-06T02:37:12.7206393+05:30",
"DOJ": "2025-12-06T02:37:12.7206393+05:30",
"DOR": "2025-12-06T02:37:12.7206393+05:30",
"Type": 1,
"InTime": "00:00:00.1234567",
"OutTime": "00:00:00.1234567",
"InTime2": "00:00:00.1234567",
"OutTime2": "00:00:00.1234567",
"ImageUrl": "sample string 20",
"AccountId": 21.0,
"PAN": "sample string 22",
"UID": "sample string 23",
"BankName": "sample string 24",
"BankAccountNo": "sample string 25",
"IFSCCode": "sample string 26",
"PFAccountNo": "sample string 27",
"ESICNo": "sample string 28",
"EditReason": "sample string 29",
"CreatedBy": 30.0,
"CreatedDate": "2025-12-06T02:37:12.7206393+05:30",
"UpdatedBy": 32.0,
"UpdatedDate": "2025-12-06T02:37:12.7206393+05:30",
"Status": "sample string 34"
}
]
application/xml, text/xml
Sample:
<ArrayOfEmployeeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions">
<EmployeeDto>
<AccountId>21</AccountId>
<Address>sample string 7</Address>
<BankAccountNo>sample string 25</BankAccountNo>
<BankName>sample string 24</BankName>
<BranchId>4</BranchId>
<Contact_No>65</Contact_No>
<CreatedBy>30</CreatedBy>
<CreatedDate>2025-12-06T02:37:12.7206393+05:30</CreatedDate>
<DOB>2025-12-06T02:37:12.7206393+05:30</DOB>
<DOJ>2025-12-06T02:37:12.7206393+05:30</DOJ>
<DOR>2025-12-06T02:37:12.7206393+05:30</DOR>
<DesignationId>9</DesignationId>
<EMail>sample string 12</EMail>
<ESICNo>sample string 28</ESICNo>
<EditReason>sample string 29</EditReason>
<EmployeeCode>sample string 6</EmployeeCode>
<EmployeeId>1</EmployeeId>
<EmployeeName>sample string 2</EmployeeName>
<EmployeeType>5</EmployeeType>
<IFSCCode>sample string 26</IFSCCode>
<ImageUrl>sample string 20</ImageUrl>
<InTime>PT0.1234567S</InTime>
<InTime2>PT0.1234567S</InTime2>
<IsAbsenteeDeductionApplicable>11</IsAbsenteeDeductionApplicable>
<OrganizationId>3</OrganizationId>
<OutTime>PT0.1234567S</OutTime>
<OutTime2>PT0.1234567S</OutTime2>
<PAN>sample string 22</PAN>
<PFAccountNo>sample string 27</PFAccountNo>
<Salary>10.1</Salary>
<Status>sample string 34</Status>
<Type>1</Type>
<UID>sample string 23</UID>
<UpdatedBy>32</UpdatedBy>
<UpdatedDate>2025-12-06T02:37:12.7206393+05:30</UpdatedDate>
</EmployeeDto>
<EmployeeDto>
<AccountId>21</AccountId>
<Address>sample string 7</Address>
<BankAccountNo>sample string 25</BankAccountNo>
<BankName>sample string 24</BankName>
<BranchId>4</BranchId>
<Contact_No>65</Contact_No>
<CreatedBy>30</CreatedBy>
<CreatedDate>2025-12-06T02:37:12.7206393+05:30</CreatedDate>
<DOB>2025-12-06T02:37:12.7206393+05:30</DOB>
<DOJ>2025-12-06T02:37:12.7206393+05:30</DOJ>
<DOR>2025-12-06T02:37:12.7206393+05:30</DOR>
<DesignationId>9</DesignationId>
<EMail>sample string 12</EMail>
<ESICNo>sample string 28</ESICNo>
<EditReason>sample string 29</EditReason>
<EmployeeCode>sample string 6</EmployeeCode>
<EmployeeId>1</EmployeeId>
<EmployeeName>sample string 2</EmployeeName>
<EmployeeType>5</EmployeeType>
<IFSCCode>sample string 26</IFSCCode>
<ImageUrl>sample string 20</ImageUrl>
<InTime>PT0.1234567S</InTime>
<InTime2>PT0.1234567S</InTime2>
<IsAbsenteeDeductionApplicable>11</IsAbsenteeDeductionApplicable>
<OrganizationId>3</OrganizationId>
<OutTime>PT0.1234567S</OutTime>
<OutTime2>PT0.1234567S</OutTime2>
<PAN>sample string 22</PAN>
<PFAccountNo>sample string 27</PFAccountNo>
<Salary>10.1</Salary>
<Status>sample string 34</Status>
<Type>1</Type>
<UID>sample string 23</UID>
<UpdatedBy>32</UpdatedBy>
<UpdatedDate>2025-12-06T02:37:12.7206393+05:30</UpdatedDate>
</EmployeeDto>
</ArrayOfEmployeeDto>