- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- date format data return from manage device Restful API service
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I am using a RESTful web service provided by Revenera to retrieve device information with activation Ids and having difficulty understanding the date format return by the service. See snippet below. I am wondering if you know a contact from Revenera to assist with this. Thanks for your assistance.
REST service end point manage-device-service-rest-controller
/flexnet/operations/manageDevice/devices
FORMAT OF LAST MODIFED DATE
"lastModifiedDate":1611874394937
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
@lynn_tran I took an example of an AVEVA product in the list
"lastModifiedDate":1617037255793 (last 3 digit is milliseconds) and you can use a Unix time converter like below as an example https://www.epochconverter.com/
Hope this helps.
Best Regards,
Mani.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
@lynn_tran I took an example of an AVEVA product in the list
"lastModifiedDate":1617037255793 (last 3 digit is milliseconds) and you can use a Unix time converter like below as an example https://www.epochconverter.com/
Hope this helps.
Best Regards,
Mani.
