GET api/Center/GetRptSMSDatewiseCount/{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 GetRptSMSDatewisecount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| StudentCount | integer |
None. |
|
| LanguageSMS | integer |
None. |
|
| MathSMS | integer |
None. |
|
| TotalSMS | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "2025-10-30T02:51:34.4386118+05:30",
"StudentCount": 1,
"LanguageSMS": 1,
"MathSMS": 1,
"TotalSMS": 1,
"tRecordCount": 1
},
{
"Date": "2025-10-30T02:51:34.4386118+05:30",
"StudentCount": 1,
"LanguageSMS": 1,
"MathSMS": 1,
"TotalSMS": 1,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptSMSDatewisecount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptSMSDatewisecount_Result>
<Date>2025-10-30T02:51:34.4386118+05:30</Date>
<LanguageSMS>1</LanguageSMS>
<MathSMS>1</MathSMS>
<StudentCount>1</StudentCount>
<TotalSMS>1</TotalSMS>
<tRecordCount>1</tRecordCount>
</GetRptSMSDatewisecount_Result>
<GetRptSMSDatewisecount_Result>
<Date>2025-10-30T02:51:34.4386118+05:30</Date>
<LanguageSMS>1</LanguageSMS>
<MathSMS>1</MathSMS>
<StudentCount>1</StudentCount>
<TotalSMS>1</TotalSMS>
<tRecordCount>1</tRecordCount>
</GetRptSMSDatewisecount_Result>
</ArrayOfGetRptSMSDatewisecount_Result>