Forum Discussion
PaoloT
10 years agoLithium Alumni (Retired)
Hi hphemanth
did you have a look at the streams APIs ? You may need to enable them for your community via Support. They allow you to read the stream of posts (or topics) from a given timestamp. This may be more suitable for your needs.
Thanks,
- hphemanth10 years agoContributor
Hi Paolo ,
You mean the timestamp for each day, as I'm going to run it as a daily batch jobs.
can you give me an example URL.
Will timestamp have a From and To parameters
We currently use
String url = "http://<myurl.com>/restapi/vc/boards/id/"+categoryType+"/search/messages?
q=date%3A%5B1402951097%20TO%201405543103%5D&
collapse_discussion=false
&sort_by=-date
page_size=1000
&page=1Can you please suggest, how we can change the current URL for the given Timestamp.
Related Content
- 7 years ago
- 28 days ago
- 11 months ago