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 Contact's Campaigns


    Returns all campaigns in which the given contact participates.

    Path Parameters
    idstringrequired
    The dsid of the contact.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "campaigns": [ { "name": "Prospects", "lead_id": 1625956, "campaign_id": 1379, "status": "Active", "date_created": "May 13, 2025 11:00 PM" }, { "name": "Newsletter", "lead_id": 1625878, "campaign_id": 49, "status": "Active", "date_created": "May 13, 2025 4:00 PM" } ] } }
    HTTP Response Parameters
    campaignsarray
    Array of campaign participation records. Each item has name, lead_id, campaign_id, status, and date_created (formatted in the tenant's timezone).

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version