In the last 2 weeks I've been building an application that works with Connections through the REST API (it uses profiles and forums).
Most things seem to work, but I have a problem retrieving forum topics at /forums/atom/topics and /forums/atom/topics/my
When I try to retrieve topics started by a specific user using the userid parameter (as documented here:
http://www-10.lotus.com/ldd/lcwiki.nsf/dx/Getting_the_My_Topics_feed_lc3), I find 0 matches.
I am authenticated in Connections and I receive a valid ATOM response, only it tells me there are 0 results. Other query parameters seem to work (except for email, which has the same problem).
When I retrieve the topic feed I find entries with exactly the userid that I try to filter by, for example
<entry>
<id>urn:lsid:ibm.com:forum:92b7edda-a678-458d-9b11-6f27f73efdc7</id>
<title type="text">This is Kai's Test Topic</title>
<published>2012-07-02T10:56:52.131Z</published>
<updated>2012-07-02T10:56:52.131Z</updated>
<author>
<email>KGuenster@###.##</email>
<name>Guenster, Kai</name> <snx:userid>######-####-####-####-########</snx:userid>
<snx:userState>active</snx:userState>
</author>
...
Has anyone encountered this problem and found a soultion?
Thanks,
Kai