GET api/Center/GetDigitalAwarenessEmployeeDetail/{daempid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
daempid

string

Required

Body Parameters

None.

Response Information

Resource Description

GetDigitalAwarenessEmployeeDetail_Result
NameDescriptionTypeAdditional information
daempid

string

None.

coursename

string

None.

state

string

None.

city

string

None.

location

string

None.

firstname

string

None.

lastname

string

None.

gender

string

None.

age

integer

None.

mobile

string

None.

batchid

string

None.

batchstart

date

None.

batchend

date

None.

updateby

string

None.

updateon

date

None.

Response Formats

application/json, text/json

Sample:
{
  "daempid": "sample string 1",
  "coursename": "sample string 2",
  "state": "sample string 3",
  "city": "sample string 4",
  "location": "sample string 5",
  "firstname": "sample string 6",
  "lastname": "sample string 7",
  "gender": "sample string 8",
  "age": 1,
  "mobile": "sample string 9",
  "batchid": "sample string 10",
  "batchstart": "2025-05-10T11:03:48.5784915+05:30",
  "batchend": "2025-05-10T11:03:48.5784915+05:30",
  "updateby": "sample string 11",
  "updateon": "2025-05-10T11:03:48.5784915+05:30"
}

application/xml, text/xml

Sample:
<GetDigitalAwarenessEmployeeDetail_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:03:48.5784915+05:30</batchend>
  <batchid>sample string 10</batchid>
  <batchstart>2025-05-10T11:03:48.5784915+05:30</batchstart>
  <city>sample string 4</city>
  <coursename>sample string 2</coursename>
  <daempid>sample string 1</daempid>
  <firstname>sample string 6</firstname>
  <gender>sample string 8</gender>
  <lastname>sample string 7</lastname>
  <location>sample string 5</location>
  <mobile>sample string 9</mobile>
  <state>sample string 3</state>
  <updateby>sample string 11</updateby>
  <updateon>2025-05-10T11:03:48.5784915+05:30</updateon>
</GetDigitalAwarenessEmployeeDetail_Result>