GET api/CampaignTool/GetCampaignDetail?campaignId={campaignId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| campaignId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CampaignDetailSimpleDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CampaignId | integer |
None. |
|
| MessageTitle | string |
None. |
|
| SendFromPhoneNumber | boolean |
None. |
|
| SendFromBoth | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CampaignId": 2,
"MessageTitle": "sample string 3",
"SendFromPhoneNumber": true,
"SendFromBoth": true
},
{
"Id": 1,
"CampaignId": 2,
"MessageTitle": "sample string 3",
"SendFromPhoneNumber": true,
"SendFromBoth": true
}
]