Example Query
https://edm2.taguchimail.com/admin/api/1/stats/listaggregate?start_date=2010-01-01T00%3A00%3A00&end_date=2010-06-01T00%3A00%3A00&period=week
Example Response (JSON)
{
"all":{
"active":[
["2010-01-04",-81],
["2010-01-11",75],
["2010-01-18",-22],
["2010-01-25",-25],
["2010-02-01",-753],
["2010-02-08",-19],
["2010-02-15",58],
["2010-02-22",88],
["2010-03-01",102],
["2010-03-08",87],
["2010-03-15",82],
["2010-03-22",-23],
["2010-03-29",5],
["2010-04-05",202],
["2010-04-12",155],
["2010-04-19",205],
["2010-04-26",36],
["2010-05-03",131],
["2010-05-10",767],
["2010-05-17",247],
["2010-05-24",112]
],
"total":[
["2010-01-04",209],
["2010-01-11",251],
["2010-01-18",145],
["2010-01-25",214],
["2010-02-01",218],
["2010-02-08",110],
["2010-02-15",189],
["2010-02-22",181],
["2010-03-01",300],
["2010-03-08",197],
["2010-03-15",328],
["2010-03-22",227],
["2010-03-29",395],
["2010-04-05",347],
["2010-04-12",320],
["2010-04-19",335],
["2010-04-26",450],
["2010-05-03",270],
["2010-05-10",1033],
["2010-05-17",450],
["2010-05-24",194]
],
"unsubscribed":[
["2010-01-04",97],
["2010-01-11",100],
["2010-01-18",93],
["2010-01-25",163],
["2010-02-01",74],
["2010-02-08",58],
["2010-02-15",62],
["2010-02-22",41],
["2010-03-01",54],
["2010-03-08",57],
["2010-03-15",85],
["2010-03-22",74],
["2010-03-29",141],
["2010-04-05",65],
["2010-04-12",66],
["2010-04-19",70],
["2010-04-26",135],
["2010-05-03",56],
["2010-05-10",94],
["2010-05-17",77],
["2010-05-24",28]
],
"bounced":[
["2010-01-04",193],
["2010-01-11",76],
["2010-01-18",74],
["2010-01-25",76],
["2010-02-01",897],
["2010-02-08",71],
["2010-02-15",69],
["2010-02-22",52],
["2010-03-01",144],
["2010-03-08",53],
["2010-03-15",161],
["2010-03-22",176],
["2010-03-29",249],
["2010-04-05",80],
["2010-04-12",99],
["2010-04-19",60],
["2010-04-26",279],
["2010-05-03",83],
["2010-05-10",172],
["2010-05-17",126],
["2010-05-24",54]
]
}
}