Is it possible to move threads to new forums with an API, weather its Rest, C#, or in a widget?
Is it possible to move threads to new forums with an API, weather its Rest, C#, or in a widget?
Moving a forum from one group to another can be accomplished by setting the GroupId on the forum update endpoint: https://community.telligent.com/community/12/w/api-documentation/71255/update-forum-rest-endpoint
Moving a forum thread (even though it stays a thread) is accomplished using the content conversion endpoint: https://community.telligent.com/community/12/w/api-documentation/71221/convert-content-conversion-rest-endpoint The "Forum Thread Mover" plugin (which is part of the core product) handles conversions from Forum Thread to Forum Thread.
Moving a forum from one group to another can be accomplished by setting the GroupId on the forum update endpoint: https://community.telligent.com/community/12/w/api-documentation/71255/update-forum-rest-endpoint
Moving a forum thread (even though it stays a thread) is accomplished using the content conversion endpoint: https://community.telligent.com/community/12/w/api-documentation/71221/convert-content-conversion-rest-endpoint The "Forum Thread Mover" plugin (which is part of the core product) handles conversions from Forum Thread to Forum Thread.