Get a set of campaigns.
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ResultSet<EmailCampaign> GetCampaigns( Nullable<CampaignStatus> status, Nullable<int> limit, Nullable<DateTime> modifiedSince, Pagination pagination )
Parameters
- status
- Type:
System Nullable CampaignStatus
Returns list of email campaigns with specified status.
- limit
- Type:
System Nullable
Int32
Specifies the number of results per page in the output, from 1 - 500, default = 500.
- modifiedSince
- Type:
System Nullable
DateTime
limit campaigns to campaigns modified since the supplied date
- pagination
- Type: CTCT.Components Pagination
Pagination object supplied by a previous call to GetCampaigns when another page is present
Return Value
Returns a list of campaigns.See Also