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": [
"b0f34de9-8d89-47c7-9541-0b7fbc7ee94d",
"f96a32b6-97aa-477d-8993-0858b861bfe9"
],
"UserId": "8a14c65d-baaa-470b-bd44-8f0d7c7cb68f",
"TenantId": "11e9cf07-b8d5-4f3e-ad54-38e8eb4992ee",
"DeliveryDateTimeStart": "2026-07-04T14:13:41.1621371+00:00",
"DeliveryDateTimeEnd": "2026-07-04T14:13:41.1621371+00:00",
"OrderId": "1279147e-3821-4a80-9c23-3e64dd59e073"
}
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:13:41.1621371+00:00</DeliveryDateTimeEnd>
<DeliveryDateTimeStart>2026-07-04T14:13:41.1621371+00:00</DeliveryDateTimeStart>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b0f34de9-8d89-47c7-9541-0b7fbc7ee94d</d2p1:guid>
<d2p1:guid>f96a32b6-97aa-477d-8993-0858b861bfe9</d2p1:guid>
</Ids>
<OrderId>1279147e-3821-4a80-9c23-3e64dd59e073</OrderId>
<TenantId>11e9cf07-b8d5-4f3e-ad54-38e8eb4992ee</TenantId>
<UserId>8a14c65d-baaa-470b-bd44-8f0d7c7cb68f</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.