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 Leads


    Returns a list of all leads. Also returns pointers to previous and next pages.

    Path Parameters
    campaignIdstring
    Optionally filter by leads in a particular campaign.
    HTTP Response Examples
    200
    { "PageIndex": 0, "TotalCount": 27547, "PageSize": 25, "PageOffset": 0, "TotalPages": 1102, "HasMoreResults": true, "NextPage": "https://us-1.dailystory.com/api/v1/leads/?pageindex=1", "PreviousPage": "https://us-1.dailystory.com/api/v1/leads/?pageindex=0", "Status": true, "Message": "", "Response": { "leads": [ ... array of leads] } }

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version