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": [
"4e41a64a-4057-463d-b6b6-204094c95869",
"9685005d-84b3-4d61-983c-48c1559895fe"
],
"UserId": "a448e13f-ee2b-46ba-8098-c2a35843b1f9",
"TenantId": "9ed73613-335e-4d49-a320-052ab04e4ee9",
"DeliveryDateTimeStart": "2026-07-04T14:05:36.0469503+00:00",
"DeliveryDateTimeEnd": "2026-07-04T14:05:36.0469503+00:00",
"OrderId": "074992de-50ac-466d-a540-3163a48253ce"
}
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-07-04T14:05:36.0469503+00:00</DeliveryDateTimeEnd>
<DeliveryDateTimeStart>2026-07-04T14:05:36.0469503+00:00</DeliveryDateTimeStart>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4e41a64a-4057-463d-b6b6-204094c95869</d2p1:guid>
<d2p1:guid>9685005d-84b3-4d61-983c-48c1559895fe</d2p1:guid>
</Ids>
<OrderId>074992de-50ac-466d-a540-3163a48253ce</OrderId>
<TenantId>9ed73613-335e-4d49-a320-052ab04e4ee9</TenantId>
<UserId>a448e13f-ee2b-46ba-8098-c2a35843b1f9</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.