Forum Discussion
Anonymous
5 years agoNot applicable
Data type DateTime doesn't work with Post Dataset API method
Hi, I'm currently trying to post a push dataset using the API. It works fine with strings and integers but when I set a column data type to DateTime I'm not sure if it works. The post request se...
lbendlin
5 years agoSuper User
You need to send the datetime columns to the push dataset API in ISO8601 format.
Anonymous
5 years agoNot applicable
Thanks for your response but I have tried that and it hasn't worked. It is recognising that it is a DateTime as it formats it (e.g. 08/09/19 08:00:00), but I still can't use the date hierarchy.