Han
5 years agoAce
custom featured post component
Hi All,
I'm trying to find an api call to return the first message from a featured thread.
I've been trying to work with this
https://devdocportal.lithium.com/t5/Community-API-v1-Reference/bd-p/restv1docs?section=commv1&leaf-id=Board.threads#Board.threads.featured
<#assign featured = rest("categories/id/lived-experience-forum/threads/featured/?page_size=3").messages />
I'm not getting any errors, but I'm also not seeing anything. Does anyone have any tips?