ForumSearchData
public struct ForumSearchData : ContentUsed to return a (partial) list of forums along with the number of forums in the found set. Similar to CategoryData, but the forums need not be from the same category. Instead, this returns forums that match a common attribute acoss all categores.
Returned by:
- GET /api/v3/forum/favorites
- GET /api/v3/forum/owner
- 
                  
                  Paginates the list of forum threads. paginator.totalis the total number of forums that match the request parameters.limitandstartdefine a slice of the total results set being returned inforumThreads.DeclarationSwift var paginator: Paginator
- 
                  
                  A slice of the set of forum threads that match the request parameters. DeclarationSwift var forumThreads: [ForumListData]
 View on GitHub
            View on GitHub
           ForumSearchData Structure Reference
      ForumSearchData Structure Reference