findCampaignsBetween
Searches for a group of campaigns sent during the defined period.
| Input | Type | Description | 
|---|---|---|
| token | AuthToken | Authorization token. | 
| channel | Channel | Channel. | 
| periodStart | xs:date | ISO8601 formatted date. | 
| periodEnd | xs:date | ISO8601 formatted date. MUST be later then periodStart. | 
| lookupPrefs | CampaignLookupPreferences | Order/comparison options. The matchingMode flag in lookupPrefs is ignored. | 
| Output | Type | Description | 
|---|---|---|
| Campaigns | A group of campaigns. |