Forum Discussion
cike
Champion
Hi navya_0204,
use APIv2 to achieve this:
SELECT * FROM messages WHERE conversation.style = 'blog' AND labels.text IN ('label_1', 'label_2')
More about APIv2 can be found here.
Best regard
Christian
navya_0204
6 years agoHelper
Here is our approach towards the retrieving labels from the TKB Page
<#assign labellist = restadmin("/boards/id/${coreNode.id}/labels?page_size=1000")/>
and want to implement the same approach to implement label filter for the forum and blog page.
Can anyone let me know how to retrieve the labels for blog page also for the forum page.
Related Content
- 5 years ago
- 2 years ago