Message Report Drill Down API: What does "ts" stand for?

Performing a GET command to get a message report drilldown. I get a list of these JSON objects:

 

"listid": "l-sf-contact-000c",
            "name": "Robin Dwayne",
            "when": "Jul 9 2020 3:13 PM CDT",
            "recid": "l-sf-contact-000c:1f",
            "email": "xxxxxxxxxx@gmail.com",
            "ts": 1594325620228
 
What does the ts stand for?
WAS THIS HELPFUL?
0

1 comment

  • Hello!

    The TS value is a Unix timestamp. So taking that value, and converting it via https://www.epochconverter.com/ you get Thursday, July 9, 2020 1:13:40.228 PM GMT-07:00 DST

Join the conversation