GET api/v1/campaigns/{startDate}/{endDate}/{pageSize}/{page}

Returns a paged list of campaigns between the start and end dates.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.