Solved
Forum Discussion
colinkahn
13 years agoGuide
Ah, I had thought using the board id might be the way to go but I couldn't figure out how to get the board ID of the TKB. At first I thought using /boards through the REST API should return a list w/ ids, but it didn't return anything. So, how can I get the board ID?
DougS
13 years agoKhoros Alumni (Retired)
You could do the /boards/style/tkb/nested call to find all the TKBs in your community and get the id for each TKB from the result of that call.