GET api/Student/GetRptIDIEvalautionEmployabilitySpoke/{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 GetRptIDIEvalautionEmployabilitySpoke_ResultName | Description | Type | Additional information |
---|---|---|---|
studentid | string |
None. |
|
studname | string |
None. |
|
centname | string |
None. |
|
city | string |
None. |
|
Internet | decimal number |
None. |
|
decimal number |
None. |
||
CyberSafety | decimal number |
None. |
|
ProfessionalNetworking | decimal number |
None. |
|
OnlineJobSearch | decimal number |
None. |
|
Communicaton | decimal number |
None. |
|
TeamWork | decimal number |
None. |
|
Interviewandgroomingskills | decimal number |
None. |
|
Emailettiquetts | decimal number |
None. |
|
Workplaceethics | decimal number |
None. |
|
ttotal | decimal number |
None. |
|
ptotal | decimal number |
None. |
|
type | string |
None. |
|
acyear | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "studentid": "sample string 1", "studname": "sample string 2", "centname": "sample string 3", "city": "sample string 4", "Internet": 1.1, "Email": 1.1, "CyberSafety": 1.1, "ProfessionalNetworking": 1.1, "OnlineJobSearch": 1.1, "Communicaton": 1.1, "TeamWork": 1.1, "Interviewandgroomingskills": 1.1, "Emailettiquetts": 1.1, "Workplaceethics": 1.1, "ttotal": 1.1, "ptotal": 1.1, "type": "sample string 5", "acyear": "sample string 6", "tRecordCount": 7 }, { "studentid": "sample string 1", "studname": "sample string 2", "centname": "sample string 3", "city": "sample string 4", "Internet": 1.1, "Email": 1.1, "CyberSafety": 1.1, "ProfessionalNetworking": 1.1, "OnlineJobSearch": 1.1, "Communicaton": 1.1, "TeamWork": 1.1, "Interviewandgroomingskills": 1.1, "Emailettiquetts": 1.1, "Workplaceethics": 1.1, "ttotal": 1.1, "ptotal": 1.1, "type": "sample string 5", "acyear": "sample string 6", "tRecordCount": 7 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptIDIEvalautionEmployabilitySpoke_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptIDIEvalautionEmployabilitySpoke_Result> <Communicaton>1.1</Communicaton> <CyberSafety>1.1</CyberSafety> <Email>1.1</Email> <Emailettiquetts>1.1</Emailettiquetts> <Internet>1.1</Internet> <Interviewandgroomingskills>1.1</Interviewandgroomingskills> <OnlineJobSearch>1.1</OnlineJobSearch> <ProfessionalNetworking>1.1</ProfessionalNetworking> <TeamWork>1.1</TeamWork> <Workplaceethics>1.1</Workplaceethics> <acyear>sample string 6</acyear> <centname>sample string 3</centname> <city>sample string 4</city> <ptotal>1.1</ptotal> <studentid>sample string 1</studentid> <studname>sample string 2</studname> <tRecordCount>7</tRecordCount> <ttotal>1.1</ttotal> <type>sample string 5</type> </GetRptIDIEvalautionEmployabilitySpoke_Result> <GetRptIDIEvalautionEmployabilitySpoke_Result> <Communicaton>1.1</Communicaton> <CyberSafety>1.1</CyberSafety> <Email>1.1</Email> <Emailettiquetts>1.1</Emailettiquetts> <Internet>1.1</Internet> <Interviewandgroomingskills>1.1</Interviewandgroomingskills> <OnlineJobSearch>1.1</OnlineJobSearch> <ProfessionalNetworking>1.1</ProfessionalNetworking> <TeamWork>1.1</TeamWork> <Workplaceethics>1.1</Workplaceethics> <acyear>sample string 6</acyear> <centname>sample string 3</centname> <city>sample string 4</city> <ptotal>1.1</ptotal> <studentid>sample string 1</studentid> <studname>sample string 2</studname> <tRecordCount>7</tRecordCount> <ttotal>1.1</ttotal> <type>sample string 5</type> </GetRptIDIEvalautionEmployabilitySpoke_Result> </ArrayOfGetRptIDIEvalautionEmployabilitySpoke_Result>