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
  • First, you really need to upgrade as you need to be on 10.3 to be on a supported product.   The issue is application key is only unique within the scope of the group so if you are storing it, you really need to be storing along with a groupId, and in fact I would advise against using anything other than an identifier as application keys are editable by end users, Ids are not so you have both a uniqueness issue and a data integrity issue.

Reply
  • First, you really need to upgrade as you need to be on 10.3 to be on a supported product.   The issue is application key is only unique within the scope of the group so if you are storing it, you really need to be storing along with a groupId, and in fact I would advise against using anything other than an identifier as application keys are editable by end users, Ids are not so you have both a uniqueness issue and a data integrity issue.

Children