emailtrack_stats start time parameter not working
Hi,
I'm having an issue with the emailtrack_stats starttime parameter.
Basically, it doesn't appear to be working. For example:
Start time 24 hours and a few minutes ago, end time a few minutes ago
Start time 24 hours and a few minutes ago, no end time (defaults to now)
No start time (defaults to 0), no end time (defaults to now)
The start time doesn't limit the results, in all cases the results include every record in the sqlite database. Any ideas? Thanks
$ whmapi1 emailtrack_stats starttime=1514326726 endtime=1514413126
---
data:
records:
-
DEFERCOUNT: 2000
DEFERFAILCOUNT: 24502
FAILCOUNT: 22502
INPROGRESSCOUNT: 0
SENDCOUNT: 40097
SUCCESSCOUNT: 20768
TOTALSIZE: '2566219219'
metadata:
__chunked: 1
command: emailtrack_stats
overflowed: 0
reason: OK
result: 1
version: 1Start time 24 hours and a few minutes ago, no end time (defaults to now)
$ whmapi1 emailtrack_stats starttime="1514326726"
---
data:
records:
-
DEFERCOUNT: 2000
DEFERFAILCOUNT: 24513
FAILCOUNT: 22513
INPROGRESSCOUNT: 0
SENDCOUNT: 40108
SUCCESSCOUNT: 20768
TOTALSIZE: '2566219219'
metadata:
__chunked: 1
command: emailtrack_stats
overflowed: 0
reason: OK
result: 1
version: 1No start time (defaults to 0), no end time (defaults to now)
$ whmapi1 emailtrack_stats
---
data:
records:
-
DEFERCOUNT: 2000
DEFERFAILCOUNT: 24513
FAILCOUNT: 22513
INPROGRESSCOUNT: 0
SENDCOUNT: 40108
SUCCESSCOUNT: 20768
TOTALSIZE: '2566219219'
metadata:
__chunked: 1
command: emailtrack_stats
overflowed: 0
reason: OK
result: 1
version: 1The start time doesn't limit the results, in all cases the results include every record in the sqlite database. Any ideas? Thanks
-
Hello, Could you open a support ticket using the link in my signature so we can take a closer look at this? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment