POST api/smsQuery/GetSmsSendQueryList
Request Information
URI Parameters
None.
Body Parameters
SmsQueryListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| SkipCount | integer |
None. |
|
| MaxResultCount | integer |
None. |
|
| Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartTime": "2025-12-24T22:02:57.2975587+08:00",
"EndTime": "2025-12-24T22:02:57.2975587+08:00",
"OrgId": "bb6565bc-c900-472a-af48-0c6cc880c67d",
"SkipCount": 1,
"MaxResultCount": 2,
"Search": "sample string 3"
}
application/xml, text/xml
Sample:
<SmsQueryListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.SMS.Dto"> <EndTime>2025-12-24T22:02:57.2975587+08:00</EndTime> <MaxResultCount>2</MaxResultCount> <OrgId>bb6565bc-c900-472a-af48-0c6cc880c67d</OrgId> <Search>sample string 3</Search> <SkipCount>1</SkipCount> <StartTime>2025-12-24T22:02:57.2975587+08:00</StartTime> </SmsQueryListInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.