GET api/reporting/sms/select/{pageNumber}/{pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageNumber | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
ReportingFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| CampaignId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ReturnResponsesOnly | boolean |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| InteractionTypeId | integer |
None. |
|
| FilterBySentDate | boolean |
None. |
|
| SearchLimit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CampaignId": "3d41518f-cc89-42dd-8ada-8957f99beefd",
"StartDate": "2026-01-07T07:34:22.8254318+00:00",
"EndDate": "2026-01-07T07:34:22.8254318+00:00",
"ReturnResponsesOnly": true,
"TenantId": "b4cb85ba-7012-4cc8-928d-5696784948db",
"UserID": "bf002da7-7879-4cda-8590-71342b62ea02",
"InteractionTypeId": 1,
"FilterBySentDate": true,
"SearchLimit": 1
}
application/xml, text/xml
Sample:
<ReportingFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DigitalSender.Models.FilterCriteria"> <CampaignId>3d41518f-cc89-42dd-8ada-8957f99beefd</CampaignId> <EndDate>2026-01-07T07:34:22.8254318+00:00</EndDate> <FilterBySentDate>true</FilterBySentDate> <InteractionTypeId>1</InteractionTypeId> <ReturnResponsesOnly>true</ReturnResponsesOnly> <SearchLimit>1</SearchLimit> <StartDate>2026-01-07T07:34:22.8254318+00:00</StartDate> <TenantId>b4cb85ba-7012-4cc8-928d-5696784948db</TenantId> <UserID>bf002da7-7879-4cda-8590-71342b62ea02</UserID> </ReportingFilterCriteria>
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.