Skip to main content
Best Answer

API to retrieve Hashtag data from learning assets?

  • September 9, 2025
  • 5 replies
  • 94 views

codywinchester
Contributor III

Hello, has anyone come across an API call that is able to return hashtag data for learning assets? 

Best answer by dwilburn

To build on ​@codywinchester - you can do an API call to generate the csv from a report.

5 replies

KMallette
Hero II
Forum|alt.badge.img+9
  • Hero II
  • September 9, 2025

@codywinchester Where is the hashtag data stored?  If it is in a defined field (like a course description, etc.) you might be able to do a multi-step approach to get the data.  But I don’t think there is anything that is like “for this course code, give me all the hashtags”.


codywinchester
Contributor III
  • Author
  • Contributor III
  • September 9, 2025

@KMallette: One example I’m working with is channel assets. I’m able to collect all the assets, then use the id of that asset to collect more details. However, the hashtags parameter is missing. Similarly, it would be nice if I could obtain the hashtags applied to assets in the central repository. Seems like this data is just sitting there, but no calls appear to be available to access them.


Forum|alt.badge.img+1
  • September 10, 2025

Hi ​@codywinchester 

I’m not aware of an API that will return the tags associated to a specific asset. There is an API to return all tags in the platform /manage/v1/tags but it doesn’t show which assets are connected to those tags.

Not sure if this is what you are after but there is a report under New Reports: Viewer-Asset Details. This allows you to add asset tags to the report.

 


dwilburn
Guide III
Forum|alt.badge.img+4
  • Guide III
  • Answer
  • September 10, 2025

To build on ​@codywinchester - you can do an API call to generate the csv from a report.


codywinchester
Contributor III
  • Author
  • Contributor III
  • September 10, 2025

Thanks so much ​@mstrom and ​@dwilburn. I think combining these two approaches will provide what I’m interested in accomplishing. I appreciate your time!