Get Campaign Categories
    • Dark
      Light

    Get Campaign Categories

    • Dark
      Light

    Article summary

    Overview

    The GetCampaignCategories API fetches campaign categories that can be associated to a DNC request.

    Pre-requisite

    The Agent must be logged in to the application.

    Sequence Diagram

    Message Structure

    Request Parameters

    Value

    channel

    LCM

    topic

    Webservice

    subtopic

    GetCampaignCategory

    source

    «app-name-broadcasting-this-message»

    data

    «JSON Object»

    Data Parameters

    Parameter

    Mandatory

    Data Type

    Description

    callid

    Yes

    String

    Call ID.

    AccountNumber

    Yes

    String

    LCM Key.

    Response Parameters

    Value

    channel

    LCM

    topic

    Webservice

    subtopic

    CampaignCategory

    message

    «JSON Object»

    Message Parameters

    Parameter

    Mandatory

    Data Type

    Description

    CampaignCategoryID

    Yes

    String

    The campaign category ID.

    CampaignCategoryName

    Yes

    String

    The campaign category name.

    Sample Request

    {
        "channel": "LCM",
        "topic": "WebService",
        "subtopic": "GetCampaignCategory"
    }

    Sample Response

     {   
        "channel": "LCM",
        "topic": "WebService",
        "subtopic": "CampaignCategory",
        "message": 
        [
            {
                "CampaignCategoryID": 1,
                "CampaignCategoryName": "Collection"
            },
            {
                "CampaignCategoryID": 2,
                "CampaignCategoryName": "Sales"
            }
        ]
    }


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence