Skip to main content
Solved

API: How to get list of ideas by tags or ProductArea

  • April 7, 2025
  • 5 replies
  • 75 views

jvdc

API question as I couldn't find info in the documentation.

Is there a way to get a list of ideas that is either filtered by ProductAreas or by public tags?

Best answer by Kenneth R

Hey ​@jvdc - yeah for some reason the dedicated endpoint for getting a list of ideas doesn’t include public tags or Product Areas.  However, you should instead be able to use the ‘list unified topics’ endpoint as it does return both:  https://api2-us-west-2.insided.com/docs/community/#tag/Unified-content-(Topics)/operation/getTopicList

5 replies

Kenneth R
Forum|alt.badge.img+5
  • Expert ⭐️⭐️
  • Answer
  • April 8, 2025

Hey ​@jvdc - yeah for some reason the dedicated endpoint for getting a list of ideas doesn’t include public tags or Product Areas.  However, you should instead be able to use the ‘list unified topics’ endpoint as it does return both:  https://api2-us-west-2.insided.com/docs/community/#tag/Unified-content-(Topics)/operation/getTopicList


jvdc
  • Author
  • Expert ⭐️
  • April 8, 2025

thanks for pointing this out ​@Kenneth R ! Do you guys plan to add the possibility to use the Product Areas Section as a parameters in the future?


Kenneth R
Forum|alt.badge.img+5
  • Expert ⭐️⭐️
  • April 9, 2025

Hi ​@jvdc - Product Areas are available as a parameter when using the ‘list unified topics’ endpoint: https://api2-us-west-2.insided.com/docs/community/#tag/Unified-content-(Topics)/operation/getTopicList

 


jvdc
  • Author
  • Expert ⭐️
  • April 9, 2025

@Kenneth R yes, got that ;-) but I was more looking at a P. A. Section that groups multiple Product Areas, so I could use that instead of having to list all of them individually.


Kenneth R
Forum|alt.badge.img+5
  • Expert ⭐️⭐️
  • April 9, 2025

Ah gotcha :) - I don’t know of any plans here but I’ll pass it on to our Product folks.