Forum Discussion
NicoB
12 years agoLithium Alumni (Retired)
Hi Gursimrat
the reason why you are not getting a view_href is probably because view_href doesn't make sense for Labels as they don't have a visual representation.
What would you expect to see should the label have a visual representation?
Nico
Sign in to react to this post
Gursimrat
12 years agoLeader
NicoB So what is the REST call to get the URL of the labels?
Sign in to react to this post
- samudhraa12 years agoExpert
Hi Gursimrat ,
I don't think labels have URLs associated with them. They are usually text. Though I think we can customize to make a label as link , by adding a filter by label function to it.
I think this REST call would return all posts with a particular label text associated with it.
/restapi/vc/boards/id/video_cards/replies/for/labels/text/label_text
/restapi/vc/posts/for/labels/text/label_textHope that helps.
Thanks,
Sam
Sign in to react to this post