GET api/Employee/GetDigitalEmployeeDetail/{dsempid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dsempid

string

Required

Body Parameters

None.

Response Information

Resource Description

GetDigitalEmployeeDetail_Result
NameDescriptionTypeAdditional information
dsempid

string

None.

dcid

string

None.

city

string

None.

location

string

None.

firstname

string

None.

lastname

string

None.

gender

string

None.

age

integer

None.

mobile

string

None.

debatch

string

None.

batchstart

date

None.

batchend

date

None.

certificatestatus

integer

None.

updateby

string

None.

updateon

date

None.

Response Formats

application/json, text/json

Sample:
{
  "dsempid": "sample string 1",
  "dcid": "sample string 2",
  "city": "sample string 3",
  "location": "sample string 4",
  "firstname": "sample string 5",
  "lastname": "sample string 6",
  "gender": "sample string 7",
  "age": 1,
  "mobile": "sample string 8",
  "debatch": "sample string 9",
  "batchstart": "2025-05-10T11:36:25.708638+05:30",
  "batchend": "2025-05-10T11:36:25.708638+05:30",
  "certificatestatus": 1,
  "updateby": "sample string 10",
  "updateon": "2025-05-10T11:36:25.708638+05:30"
}

application/xml, text/xml

Sample:
<GetDigitalEmployeeDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <age>1</age>
  <batchend>2025-05-10T11:36:25.708638+05:30</batchend>
  <batchstart>2025-05-10T11:36:25.708638+05:30</batchstart>
  <certificatestatus>1</certificatestatus>
  <city>sample string 3</city>
  <dcid>sample string 2</dcid>
  <debatch>sample string 9</debatch>
  <dsempid>sample string 1</dsempid>
  <firstname>sample string 5</firstname>
  <gender>sample string 7</gender>
  <lastname>sample string 6</lastname>
  <location>sample string 4</location>
  <mobile>sample string 8</mobile>
  <updateby>sample string 10</updateby>
  <updateon>2025-05-10T11:36:25.708638+05:30</updateon>
</GetDigitalEmployeeDetail_Result>