POST api/reporting/sms/select
Request Information
URI Parameters
None.
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": "786b324f-3d6a-45fb-a148-be5b5e465b61",
"StartDate": "2025-12-06T04:49:56.8061934+00:00",
"EndDate": "2025-12-06T04:49:56.8061934+00:00",
"ReturnResponsesOnly": true,
"TenantId": "e876f5e8-d415-48ba-af62-aa04082ed101",
"UserID": "7f14c438-5db0-410f-bda9-aeb35e26b3ee",
"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>786b324f-3d6a-45fb-a148-be5b5e465b61</CampaignId> <EndDate>2025-12-06T04:49:56.8061934+00:00</EndDate> <FilterBySentDate>true</FilterBySentDate> <InteractionTypeId>1</InteractionTypeId> <ReturnResponsesOnly>true</ReturnResponsesOnly> <SearchLimit>1</SearchLimit> <StartDate>2025-12-06T04:49:56.8061934+00:00</StartDate> <TenantId>e876f5e8-d415-48ba-af62-aa04082ed101</TenantId> <UserID>7f14c438-5db0-410f-bda9-aeb35e26b3ee</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.