GET api/Center/GetRptIDIDigitalandFinancialLiteracyWomen/{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 GetRptIDIDigitalandFinancialLiteracyWomen_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| studentid | string |
None. |
|
| studname | string |
None. |
|
| coursename | string |
None. |
|
| centname | string |
None. |
|
| city | string |
None. |
|
| FunandlearnwithComputer | decimal number |
None. |
|
| DigitalCommunication | decimal number |
None. |
|
| Edutainment | decimal number |
None. |
|
| Banking | decimal number |
None. |
|
| TechnologyforDevelopment | decimal number |
None. |
|
| ttotal | decimal number |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"studentid": "sample string 1",
"studname": "sample string 2",
"coursename": "sample string 3",
"centname": "sample string 4",
"city": "sample string 5",
"FunandlearnwithComputer": 1.1,
"DigitalCommunication": 1.1,
"Edutainment": 1.1,
"Banking": 1.1,
"TechnologyforDevelopment": 1.1,
"ttotal": 1.1,
"tRecordCount": 6
},
{
"studentid": "sample string 1",
"studname": "sample string 2",
"coursename": "sample string 3",
"centname": "sample string 4",
"city": "sample string 5",
"FunandlearnwithComputer": 1.1,
"DigitalCommunication": 1.1,
"Edutainment": 1.1,
"Banking": 1.1,
"TechnologyforDevelopment": 1.1,
"ttotal": 1.1,
"tRecordCount": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptIDIDigitalandFinancialLiteracyWomen_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptIDIDigitalandFinancialLiteracyWomen_Result>
<Banking>1.1</Banking>
<DigitalCommunication>1.1</DigitalCommunication>
<Edutainment>1.1</Edutainment>
<FunandlearnwithComputer>1.1</FunandlearnwithComputer>
<TechnologyforDevelopment>1.1</TechnologyforDevelopment>
<centname>sample string 4</centname>
<city>sample string 5</city>
<coursename>sample string 3</coursename>
<studentid>sample string 1</studentid>
<studname>sample string 2</studname>
<tRecordCount>6</tRecordCount>
<ttotal>1.1</ttotal>
</GetRptIDIDigitalandFinancialLiteracyWomen_Result>
<GetRptIDIDigitalandFinancialLiteracyWomen_Result>
<Banking>1.1</Banking>
<DigitalCommunication>1.1</DigitalCommunication>
<Edutainment>1.1</Edutainment>
<FunandlearnwithComputer>1.1</FunandlearnwithComputer>
<TechnologyforDevelopment>1.1</TechnologyforDevelopment>
<centname>sample string 4</centname>
<city>sample string 5</city>
<coursename>sample string 3</coursename>
<studentid>sample string 1</studentid>
<studname>sample string 2</studname>
<tRecordCount>6</tRecordCount>
<ttotal>1.1</ttotal>
</GetRptIDIDigitalandFinancialLiteracyWomen_Result>
</ArrayOfGetRptIDIDigitalandFinancialLiteracyWomen_Result>