GET api/Center/GetRptSMSSubjectSummary/{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 GetRptSMSSubjectSummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| teamleaderid | string |
None. |
|
| TeamLeader | string |
None. |
|
| centid | string |
None. |
|
| CentName | string |
None. |
|
| schoolid | string |
None. |
|
| SchoolName | string |
None. |
|
| StudentCount | integer |
None. |
|
| LanguageSMS | integer |
None. |
|
| MathSMS | integer |
None. |
|
| TotalSMS | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"teamleaderid": "sample string 1",
"TeamLeader": "sample string 2",
"centid": "sample string 3",
"CentName": "sample string 4",
"schoolid": "sample string 5",
"SchoolName": "sample string 6",
"StudentCount": 1,
"LanguageSMS": 1,
"MathSMS": 1,
"TotalSMS": 1,
"tRecordCount": 7
},
{
"teamleaderid": "sample string 1",
"TeamLeader": "sample string 2",
"centid": "sample string 3",
"CentName": "sample string 4",
"schoolid": "sample string 5",
"SchoolName": "sample string 6",
"StudentCount": 1,
"LanguageSMS": 1,
"MathSMS": 1,
"TotalSMS": 1,
"tRecordCount": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptSMSSubjectSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptSMSSubjectSummary_Result>
<CentName>sample string 4</CentName>
<LanguageSMS>1</LanguageSMS>
<MathSMS>1</MathSMS>
<SchoolName>sample string 6</SchoolName>
<StudentCount>1</StudentCount>
<TeamLeader>sample string 2</TeamLeader>
<TotalSMS>1</TotalSMS>
<centid>sample string 3</centid>
<schoolid>sample string 5</schoolid>
<tRecordCount>7</tRecordCount>
<teamleaderid>sample string 1</teamleaderid>
</GetRptSMSSubjectSummary_Result>
<GetRptSMSSubjectSummary_Result>
<CentName>sample string 4</CentName>
<LanguageSMS>1</LanguageSMS>
<MathSMS>1</MathSMS>
<SchoolName>sample string 6</SchoolName>
<StudentCount>1</StudentCount>
<TeamLeader>sample string 2</TeamLeader>
<TotalSMS>1</TotalSMS>
<centid>sample string 3</centid>
<schoolid>sample string 5</schoolid>
<tRecordCount>7</tRecordCount>
<teamleaderid>sample string 1</teamleaderid>
</GetRptSMSSubjectSummary_Result>
</ArrayOfGetRptSMSSubjectSummary_Result>