Forum Discussion
Hi ClaudiusH,
Sure, all the post will show their original date. Have a look on attachment. You just need to pass the date with post call.
AbhishekIlindra If you are going to use such type of approach then make sure you are using a sync call otherwise some of the posts may be skipped.
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?
- VikasB9 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