Hi everyone,
I'm looking for an API call that will list all the entries of a blog.
So far I think "{blog_handle}/feed/entries/atom" does what I need.
This call is documented here :
http://publib.boulder.ibm.com/infocenter/ltscnnct/v2r0/index.jsp?topic=/com.ibm.connections.25.help/c_api_blogs_welcome.html
This API call works well when I'm dealing with blogs that aren't the homepage blog. Sadly, when I want the entries for the homepage blog (and only these entries), the call conflicts with "{homepage_blog}/feed/entries/atom".
This call is documented here :
http://publib.boulder.ibm.com/infocenter/ltscnnct/v2r0/index.jsp?topic=/com.ibm.connections.25.help/c_api_blogs_welcome.html
So my question is :
Is there a way to get the blog entries on the homepage blog without getting all the blog entries in all the blogs ?
Thanks a lot,
Guillaume Simard