Forum Discussion

dhiraj_gophane's avatar
10 years ago

Related Idea component availability

Hello All,

 

Is there any component to display "Related Idea" for a particular idea. 

 

Please let me know.

 

Regards,

Dhiraj

  • dhiraj_gophane Not sure about any such OOTB component, but you might consider the ideas labels landing page as an example. You could make a custom component and display the related ideas based upon the labels.

     

    When you are inside an idea, just make following REST call in your component.

     

    /restapi/vc/topics/for/labels/text/LABEL_NAME

     

    I hope it helps.