GET api/Center/GetSMSActivityList/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetSMSActivityList_Result
NameDescriptionTypeAdditional information
schoolid

string

None.

SchoolName

string

None.

said

string

None.

Date

date

None.

Standard

string

None.

SentCount

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "schoolid": "sample string 1",
    "SchoolName": "sample string 2",
    "said": "sample string 3",
    "Date": "2025-06-28T02:24:00.8391661+05:30",
    "Standard": "sample string 4",
    "SentCount": 1,
    "tRecordCount": 1
  },
  {
    "schoolid": "sample string 1",
    "SchoolName": "sample string 2",
    "said": "sample string 3",
    "Date": "2025-06-28T02:24:00.8391661+05:30",
    "Standard": "sample string 4",
    "SentCount": 1,
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetSMSActivityList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetSMSActivityList_Result>
    <Date>2025-06-28T02:24:00.8391661+05:30</Date>
    <SchoolName>sample string 2</SchoolName>
    <SentCount>1</SentCount>
    <Standard>sample string 4</Standard>
    <said>sample string 3</said>
    <schoolid>sample string 1</schoolid>
    <tRecordCount>1</tRecordCount>
  </GetSMSActivityList_Result>
  <GetSMSActivityList_Result>
    <Date>2025-06-28T02:24:00.8391661+05:30</Date>
    <SchoolName>sample string 2</SchoolName>
    <SentCount>1</SentCount>
    <Standard>sample string 4</Standard>
    <said>sample string 3</said>
    <schoolid>sample string 1</schoolid>
    <tRecordCount>1</tRecordCount>
  </GetSMSActivityList_Result>
</ArrayOfGetSMSActivityList_Result>