GET api/v1/campaigns/{startDate}/{endDate}/{pageSize}/{page}
Returns a paged list of campaigns between the start and end dates.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate |
The date to start the search from. |
date |
Required |
| endDate |
The date to end the search at. |
date |
Required |
| pageSize |
The number of records per page. |
integer |
Required |
| page |
The page number to retrieve. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.