Forum Discussion
Hi colinkahn,
You can get a count of the number of TKB articles a user started in a particular TKB by making the following call:
(where [board_id] is the id of the TKB you want to get the count from for this user).
I hope that helps!
-Doug
- colinkahn12 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?
- DougS12 years agoKhoros Oracle
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.
- colinkahn12 years agoGuide
Hmmm, this seems to give me a bunch of boards defined in the TKB, i'm looking to get the number of all posts a user has started in TBK across all of these listed boards. Is that possible?