POST api/Campaigns/Select
Retrieves a list of campaigns that match the given criteria.
Request Information
URI Parameters
None.
Body Parameters
The criteria model to filter campaigns by.
TargetCampaignFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| DeliveryDateTimeStart | date |
None. |
|
| DeliveryDateTimeEnd | date |
None. |
|
| OrderId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
"e283b702-590c-4760-8982-30c217eb56dd",
"dff2e651-13d2-4394-927b-6e4af50da54a"
],
"UserId": "69772a5e-d68a-45ff-a8ef-c1dbdb747a26",
"TenantId": "e6ee7e2d-db69-4e81-9f6f-02964e1d5b58",
"DeliveryDateTimeStart": "2026-08-28T11:03:42.4395683+00:00",
"DeliveryDateTimeEnd": "2026-08-28T11:03:42.4395683+00:00",
"OrderId": "57b61251-28b8-40ed-b810-0fe2fce07e42"
}
application/xml, text/xml
Sample:
<TargetCampaignFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Target.Models.FilterCriteria">
<DeliveryDateTimeEnd>2026-08-28T11:03:42.4395683+00:00</DeliveryDateTimeEnd>
<DeliveryDateTimeStart>2026-08-28T11:03:42.4395683+00:00</DeliveryDateTimeStart>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e283b702-590c-4760-8982-30c217eb56dd</d2p1:guid>
<d2p1:guid>dff2e651-13d2-4394-927b-6e4af50da54a</d2p1:guid>
</Ids>
<OrderId>57b61251-28b8-40ed-b810-0fe2fce07e42</OrderId>
<TenantId>e6ee7e2d-db69-4e81-9f6f-02964e1d5b58</TenantId>
<UserId>69772a5e-d68a-45ff-a8ef-c1dbdb747a26</UserId>
</TargetCampaignFilterCriteria>
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.