POST api/reporting/sms/interaction
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": "7a1d9087-1c43-4ed2-8c3d-776e978bc0c2",
"StartDate": "2025-12-06T04:52:25.4885099+00:00",
"EndDate": "2025-12-06T04:52:25.4885099+00:00",
"ReturnResponsesOnly": true,
"TenantId": "f1833b03-2287-494d-887e-212031edd637",
"UserID": "215a3ccd-ac2d-4563-9f4e-09c04fc32856",
"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>7a1d9087-1c43-4ed2-8c3d-776e978bc0c2</CampaignId> <EndDate>2025-12-06T04:52:25.4885099+00:00</EndDate> <FilterBySentDate>true</FilterBySentDate> <InteractionTypeId>1</InteractionTypeId> <ReturnResponsesOnly>true</ReturnResponsesOnly> <SearchLimit>1</SearchLimit> <StartDate>2025-12-06T04:52:25.4885099+00:00</StartDate> <TenantId>f1833b03-2287-494d-887e-212031edd637</TenantId> <UserID>215a3ccd-ac2d-4563-9f4e-09c04fc32856</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.