GET api/CampaignManagement/CampaignQuestions/{campaignId}/{languageValue}/{webOnlyQuestions}
Get the campaign questions by campaignId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
campaignId | integer |
Required |
|
languageValue | string |
Required |
|
webOnlyQuestions | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
A collection of questions for the given campaignId, languageValue and type of question
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.