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": "fd4638c9-ecc4-48ed-a807-b59835775387", "Type": "Email", "Title": "sample string 2", "Active": true }, { "Guid": "fd4638c9-ecc4-48ed-a807-b59835775387", "Type": "Email", "Title": "sample string 2", "Active": true } ]