ContributionsMost RecentMost LikesSolutionsRe: Access TKB via REST APII'd like to add that the "Testboard" board is not listed using the /nodes/key/tkb/nested URL you provided.Re: Access TKB via REST API Thanks for the pointer! Unfortunately I have no success using this, please help to spot the error. In our TKB we have setup a test board (named "Testboard"), and I am trying to access it using this authenticated call: http://www.a1community.net/a1net/restapi/vc/boards/id/Testboard@tkb?restapi.session_key=E-1ctzu74jtKpmrdHRDKFgachjBKE34DCe__MEK5T3I. This is the response I receive: <response status="error"><error code="101"><message> Kein(e) board mit angegebener/em dispid vorhanden </message></error></response> The board can be access via Web at http://www.a1community.net/t5/tkb/dashboardpage a single post in this board has this URL: http://www.a1community.net/t5/Testboard/Technischer-Test-bitte-nicht-Antworten-2/ta-p/139194/message-revision/139194:1 Thanks for checking this, best regards, Ernest Re: How can I get a TKB category page? The question was about the REST API, not about the community URLs? FWIW, I have not yet been able to successfully establish a REST query or update to the TKB. Access TKB via REST API We need to access certain posts in the TKB via the REST API, unfortunately I had no luck accessing a TKB board using the REST API until now. Has anyone ever tried this? How did you do it? Thanks for any pointers!