Discussions
I want to pull the data of all user whose details updated today, Using rest API.

I see API is supporting, pulling the latest updated data.
https://secure.p04.eloqua.com/api/REST/2.0/system/users?count=1000&depth=partial&lastUpdatedAt=518862600
lastUpdatedAt value is the combination of data and time as mentioned.
Can someone let me know how to decode this? I am not able to read this date\time format.
Answers
-
Hi Shashi,
You can find here the details on how to use the "lastUpdatedAt" search parameter and corresponding format:
Hope this helps
-
Thank you, Costin, for your suggestion.
But I want to know, how the date and time are coming in this format: 518862600.
What is date and time is included in the above number?
-
Hi Shashi,
The format being used is Unix time stamp. You can convert and check how it works, here: https://www.unixtimestamp.com/
Hope this helps