GET api/Center/GetDigitalAwarenessEmployeeList/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| role | string |
Required |
|
| pgid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDigitalAwarenessEmployeeList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| daempid | string |
None. |
|
| coursename | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| batchid | 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. |
|
| fellowname | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"daempid": "sample string 1",
"coursename": "sample string 2",
"state": "sample string 3",
"city": "sample string 4",
"batchid": "sample string 5",
"location": "sample string 6",
"fullname": "sample string 7",
"gender": "sample string 8",
"age": 1,
"mobile": "sample string 9",
"batchstart": "2025-10-30T02:55:32.1748146+05:30",
"batchend": "2025-10-30T02:55:32.1748146+05:30",
"createby": "sample string 10",
"createon": "2025-10-30T02:55:32.1748146+05:30",
"updateby": "sample string 11",
"updateon": "2025-10-30T02:55:32.1748146+05:30",
"status": 1,
"fellowname": "sample string 12",
"tRecordCount": 1
},
{
"daempid": "sample string 1",
"coursename": "sample string 2",
"state": "sample string 3",
"city": "sample string 4",
"batchid": "sample string 5",
"location": "sample string 6",
"fullname": "sample string 7",
"gender": "sample string 8",
"age": 1,
"mobile": "sample string 9",
"batchstart": "2025-10-30T02:55:32.1748146+05:30",
"batchend": "2025-10-30T02:55:32.1748146+05:30",
"createby": "sample string 10",
"createon": "2025-10-30T02:55:32.1748146+05:30",
"updateby": "sample string 11",
"updateon": "2025-10-30T02:55:32.1748146+05:30",
"status": 1,
"fellowname": "sample string 12",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetDigitalAwarenessEmployeeList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetDigitalAwarenessEmployeeList_Result>
<age>1</age>
<batchend>2025-10-30T02:55:32.1748146+05:30</batchend>
<batchid>sample string 5</batchid>
<batchstart>2025-10-30T02:55:32.1748146+05:30</batchstart>
<city>sample string 4</city>
<coursename>sample string 2</coursename>
<createby>sample string 10</createby>
<createon>2025-10-30T02:55:32.1748146+05:30</createon>
<daempid>sample string 1</daempid>
<fellowname>sample string 12</fellowname>
<fullname>sample string 7</fullname>
<gender>sample string 8</gender>
<location>sample string 6</location>
<mobile>sample string 9</mobile>
<state>sample string 3</state>
<status>1</status>
<tRecordCount>1</tRecordCount>
<updateby>sample string 11</updateby>
<updateon>2025-10-30T02:55:32.1748146+05:30</updateon>
</GetDigitalAwarenessEmployeeList_Result>
<GetDigitalAwarenessEmployeeList_Result>
<age>1</age>
<batchend>2025-10-30T02:55:32.1748146+05:30</batchend>
<batchid>sample string 5</batchid>
<batchstart>2025-10-30T02:55:32.1748146+05:30</batchstart>
<city>sample string 4</city>
<coursename>sample string 2</coursename>
<createby>sample string 10</createby>
<createon>2025-10-30T02:55:32.1748146+05:30</createon>
<daempid>sample string 1</daempid>
<fellowname>sample string 12</fellowname>
<fullname>sample string 7</fullname>
<gender>sample string 8</gender>
<location>sample string 6</location>
<mobile>sample string 9</mobile>
<state>sample string 3</state>
<status>1</status>
<tRecordCount>1</tRecordCount>
<updateby>sample string 11</updateby>
<updateon>2025-10-30T02:55:32.1748146+05:30</updateon>
</GetDigitalAwarenessEmployeeList_Result>
</ArrayOfGetDigitalAwarenessEmployeeList_Result>