Forum Discussion
ClaudiusH
9 years agoKhoros Alumni (Retired)
Wow. I am a bit surprised since both the Community API v1 call "messages / post" as well as the API v2 CREATE on the message collection according to the documentation do not allow to pass a timestamp.
Would you mind sharing which call you are using?
Sign in to react to this post
VikasB
9 years agoBoss
Hi ClaudiusH
Try this one.
<#assign addBlog = restadmin("blogs/id/${blog_id}/messages/post?message.body=${body?url}&message.subject=${subject?url}&message.author=/users/login/${author}&message.post_date=${post_time?iso('UTC')}") />
Hope it would be helpful.
Sign in to react to this post