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]
}
}