GET api/CampaignTool/GetCampaignDetail?campaignId={campaignId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
campaignId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CampaignDetailSimpleDTO
NameDescriptionTypeAdditional 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
  }
]