GET v1/Campaigns?activeCriteria={activeCriteria}
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
activeCriteria | boolean |
Body Parameters
None.
Response Information
Resource Description
Collection of CampaignName | Type | Description | Comments |
---|---|---|---|
Guid | globally unique identifier | ||
Type | CampaignType | ||
Title | string | ||
Active | boolean |
Response Formats
application/json, text/json
Sample:
[ { "Guid": "0450437c-163c-4371-9772-4ee533b7b56a", "Type": "Email", "Title": "sample string 2", "Active": true }, { "Guid": "0450437c-163c-4371-9772-4ee533b7b56a", "Type": "Email", "Title": "sample string 2", "Active": true } ]