Why is the Date Format from a GET Request Different from an Input Request?
FollowPlatform:
- Unleashed on Browser
Answer:
The format shown from the GET request is "/Date(1600300800000)/" is a Unix time code format and Unleashed will not accept it as an input. however, JSON requests (input) need to be on the date we have in the API documentation.
Additional Information:
Here is a link to the API documents and how the format should be: