Forum Discussion
Are the boards you want to filter by grouped by category? If so, you there's a "topics" method on the Category class. For example:
/categories/id/generaltest/topics
thanks Adam, I dont think they will be.
I think the answer i'm looking for lies in setting up a custom endpoint. I have been given access to do this and can find it in the admin site we have, i just need to find some documentation on here about how to actually do it.
thanks
Chris
- AdamN13 years agoKhoros Oracle
Creating a custom endpoint is very similar to creating a custom component in Studio. You can use our REST API to pull in data from the community and use Freemarker to format the output. Here's a post from one of our customers that contains some sample code that they were using for an endpoint:
Hopefully that will help get you going in the right direction.
Regards,
Adam