API to get lists of threads and media uploads for the Group by ApplicationKey

Hello everybody.

As we don't store Telligent Group IDs in our external system - if there is a way to pool those lists by ApplicationKey, that we do store?

We found following endpoints, but they will not work for us, as we don't have "groupIds"...

1. https://community.telligent.com/community/10/w/api-documentation/61607/list-media-rest-endpoint 

GET api.ashx/v2/groups/{groupid}/media/files.json

2. https://community.telligent.com/community/10/w/api-documentation/61546/list-forum-thread-rest-endpoint 

GET api.ashx/v2/groups/{groupid}/forums/threads.xml.json

We are on v 10.1.6.9599.

Thanks, Vitaliy.

Parents Reply
  • No, the apis do not support this because as I said, they are not unique without the group Id, and while you could possibly use search to do this, because you don't know the group Id you cannot reconcile the list to the individual application.   For example, it is very common to have multiple forums with the application key "forum", having a thread and an app key is not enough information to tell you which of the X number of forums potentially returned it belongs to.

Children