Pregunta

I am attempting to send emails to all of the users currently following a topic when a reply is posted in IBM Connections. In IBM's API I can find how to assign a user to follow a forum topic but I do not see any way to retrieve a list of all the users that are currently following a specific topic. Does anyone know if this kind of functionality exists?

¿Fue útil?

Solución

AFAIK, that information is not available via the API.

You can get a list of the resources followed by the authenticated user via the Following API, but that does not work for any other users (I assume due to privacy issues).

You could fetch it the info you are looking for from the database via SQL statements, but that is not officially supported, as the databases could/will change with every product update. In the IBM Connections Forum at developerworks, there is an example for Communities.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top