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

    List Campaigns


    Returns an array of Active campaigns for the current tenant. Paused, archived, and deleted campaigns are excluded. To retrieve a single campaign at any status, use Get a Campaign.

    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "campaigns": [ { "tenantId": 112, "ownerId": "", "campaignId": 12942, "utmCampaign": "AHP_Campaign", "name": "AHP Campaign", "description": " ", "segments": [], "allow_autopause": true, "subscriber_preferences": [], "cost": 0, "costPeriod": "None", "workflowBehavior": "All", "date_created": "2023-04-29T08:41:37.933", "date_last_updated": "2025-09-18T16:50:43.543", "notificationRecipients": [ "0" ], "isNotifyNewLead": false, "isAutoQualifyNewLead": false, "conversionGoals": { "enabled": false, "suspects": 0, "mcls": 0, "mqls": 0, "sqls": 0 }, "campaignType": "Conversion", "status": "Active" }, { "tenantId": 112, "ownerId": "", "campaignId": 24282, "utmCampaign": "AHP_Campaign_---_COPY", "name": "AHP Campaign --- COPY", "description": " ", "segments": [], "allow_autopause": true, "subscriber_preferences": [], "cost": 0, "costPeriod": "None", "workflowBehavior": "All", "date_created": "2025-09-18T16:51:00.137", "date_last_updated": "2025-09-18T16:51:54.923", "notificationRecipients": [ "0" ], "isNotifyNewLead": false, "isAutoQualifyNewLead": false, "conversionGoals": { "enabled": false, "suspects": 0, "mcls": 0, "mqls": 0, "sqls": 0 }, "campaignType": "Conversion", "status": "Active" } ] } }
    HTTP Response Parameters
    campaignsarray
    An array of campaign objects.


    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version