-
Bug
-
Resolution: Fixed
-
High
-
4
-
Severity 3 - Minor
-
13
-
-
Warranty
Issue Summary
The assets objects history API endpoint is retrieving created values in epoch format instead of the standard format described in the documentation.
Steps to Reproduce
- Send an API request using this endpoint to one of your existing objects.
Expected Results
Created values should be returned on the correct format:
"created": "2023-11-22T16:47:20.744Z"
Actual Results
Created values are returned in epoch format:
"created": 1747224924.240000000
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
JSDCLOUD-16619 Object History API returning incorrect created field
-
- Closed
-
- has action
-
ANA-5381 Loading...