Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    Get a Campaign


    Returns a campaign object by id. Campaigns at any status are returned, including deleted (soft-deleted) campaigns — use the status field on the returned object to distinguish.

    Path Parameters
    idnumberrequired
    The id of the campaign to return.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "campaign": { "tenantId": 112, "ownerId": "", "campaignId": 24109, "utmCampaign": "Spring_Sale_2025_Launch", "name": "Spring Sale 2025 Launch", "description": "Don’t Miss Our Exclusive Spring Sale!", "segments": [], "allow_autopause": true, "subscriber_preferences": [], "cost": 0, "costPeriod": "None", "workflowBehavior": "All", "date_created": "2025-09-01T17:41:46.18", "date_last_updated": "2025-09-01T17:41:46.18", "notificationRecipients": [ "0" ], "isNotifyNewLead": false, "isAutoQualifyNewLead": false, "conversionGoals": { "enabled": false, "suspects": 0, "mcls": 0, "mqls": 0, "sqls": 0 }, "campaignType": "Conversion", "status": "Active" } } }
    HTTP Response Parameters
    campaignobject
    The campaign to return.

    How helpful was this article?

    👍 or 👎

    Related Articles

    Markdown Version