hroppanen
10 years agoAce
How to get a list of categories that has tkb articles using REST API call?
Hi,
I am going to build a list of five latest tkb articles under each board and category. So in the top I would like to have a category name and link, under it would be a board name and link and under that five latest tkb articles. Like this:
1. TKB article
2. TKB article
3. TKB article
4. TKB article
5. TKB article
1. TKB article
2. TKB article
...
I can get all categories using REST API call /restapi/vc/categories/ but how would I be able to get ONLY the categories that has TKB articles within?
If that is not possible is there some other way I could do it?