What is the right syntax for “timeframe” in MailChimp API 3.0

南笙酒味 提交于 2019-12-10 19:37:17

问题


I want to use the MailChimp API 3.0:

http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/#

How do I set the query string parameter for the fields since_timestamp_opt, before_timestamp_opt, since_last_changed and before_last_changed?

Is it a timestamp, something like this: 2016-03-08 17:50:41 or something else?

Can somebody give me an example?


回答1:


It is 2016-03-08 17:50:41 YYYY-MM-DD hh:mm:ss



来源:https://stackoverflow.com/questions/35875377/what-is-the-right-syntax-for-timeframe-in-mailchimp-api-3-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!