GET api/Employee/GetDSEmployeeList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetDigitalEmployeeList_Result
NameDescriptionTypeAdditional information
dsempid

string

None.

dcid

string

None.

dcname

string

None.

city

string

None.

batname

string

None.

location

string

None.

fullname

string

None.

gender

string

None.

age

integer

None.

mobile

string

None.

batchstart

date

None.

batchend

date

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

status

integer

None.

sancharakname

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "dsempid": "sample string 1",
    "dcid": "sample string 2",
    "dcname": "sample string 3",
    "city": "sample string 4",
    "batname": "sample string 5",
    "location": "sample string 6",
    "fullname": "sample string 7",
    "gender": "sample string 8",
    "age": 1,
    "mobile": "sample string 9",
    "batchstart": "2025-05-10T11:08:08.7454196+05:30",
    "batchend": "2025-05-10T11:08:08.7454196+05:30",
    "createby": "sample string 10",
    "createon": "2025-05-10T11:08:08.7454196+05:30",
    "updateby": "sample string 11",
    "updateon": "2025-05-10T11:08:08.7454196+05:30",
    "status": 1,
    "sancharakname": "sample string 12",
    "tRecordCount": 1
  },
  {
    "dsempid": "sample string 1",
    "dcid": "sample string 2",
    "dcname": "sample string 3",
    "city": "sample string 4",
    "batname": "sample string 5",
    "location": "sample string 6",
    "fullname": "sample string 7",
    "gender": "sample string 8",
    "age": 1,
    "mobile": "sample string 9",
    "batchstart": "2025-05-10T11:08:08.7454196+05:30",
    "batchend": "2025-05-10T11:08:08.7454196+05:30",
    "createby": "sample string 10",
    "createon": "2025-05-10T11:08:08.7454196+05:30",
    "updateby": "sample string 11",
    "updateon": "2025-05-10T11:08:08.7454196+05:30",
    "status": 1,
    "sancharakname": "sample string 12",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetDigitalEmployeeList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetDigitalEmployeeList_Result>
    <age>1</age>
    <batchend>2025-05-10T11:08:08.7454196+05:30</batchend>
    <batchstart>2025-05-10T11:08:08.7454196+05:30</batchstart>
    <batname>sample string 5</batname>
    <city>sample string 4</city>
    <createby>sample string 10</createby>
    <createon>2025-05-10T11:08:08.7454196+05:30</createon>
    <dcid>sample string 2</dcid>
    <dcname>sample string 3</dcname>
    <dsempid>sample string 1</dsempid>
    <fullname>sample string 7</fullname>
    <gender>sample string 8</gender>
    <location>sample string 6</location>
    <mobile>sample string 9</mobile>
    <sancharakname>sample string 12</sancharakname>
    <status>1</status>
    <tRecordCount>1</tRecordCount>
    <updateby>sample string 11</updateby>
    <updateon>2025-05-10T11:08:08.7454196+05:30</updateon>
  </GetDigitalEmployeeList_Result>
  <GetDigitalEmployeeList_Result>
    <age>1</age>
    <batchend>2025-05-10T11:08:08.7454196+05:30</batchend>
    <batchstart>2025-05-10T11:08:08.7454196+05:30</batchstart>
    <batname>sample string 5</batname>
    <city>sample string 4</city>
    <createby>sample string 10</createby>
    <createon>2025-05-10T11:08:08.7454196+05:30</createon>
    <dcid>sample string 2</dcid>
    <dcname>sample string 3</dcname>
    <dsempid>sample string 1</dsempid>
    <fullname>sample string 7</fullname>
    <gender>sample string 8</gender>
    <location>sample string 6</location>
    <mobile>sample string 9</mobile>
    <sancharakname>sample string 12</sancharakname>
    <status>1</status>
    <tRecordCount>1</tRecordCount>
    <updateby>sample string 11</updateby>
    <updateon>2025-05-10T11:08:08.7454196+05:30</updateon>
  </GetDigitalEmployeeList_Result>
</ArrayOfGetDigitalEmployeeList_Result>