GET api/CampaignSource/GetList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CampaignSourceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "776c1c4d-a746-4891-b5f2-8bc7a5cf9900",
"name": "sample string 2"
},
{
"id": "776c1c4d-a746-4891-b5f2-8bc7a5cf9900",
"name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfCampaignSourceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Campaign">
<CampaignSourceModel>
<Id>776c1c4d-a746-4891-b5f2-8bc7a5cf9900</Id>
<Name>sample string 2</Name>
</CampaignSourceModel>
<CampaignSourceModel>
<Id>776c1c4d-a746-4891-b5f2-8bc7a5cf9900</Id>
<Name>sample string 2</Name>
</CampaignSourceModel>
</ArrayOfCampaignSourceModel>