GET api/JankariPortal/EmployeeNameList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DepartmentwiseEmployeeList
NameDescriptionTypeAdditional information
empid

string

None.

empname

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "empid": "sample string 1",
    "empname": "sample string 2"
  },
  {
    "empid": "sample string 1",
    "empname": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDepartmentwiseEmployeeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <DepartmentwiseEmployeeList>
    <empid>sample string 1</empid>
    <empname>sample string 2</empname>
  </DepartmentwiseEmployeeList>
  <DepartmentwiseEmployeeList>
    <empid>sample string 1</empid>
    <empname>sample string 2</empname>
  </DepartmentwiseEmployeeList>
</ArrayOfDepartmentwiseEmployeeList>