aheffernan
9 years agoContributor
Error responses on valid Thread Id's
Im this end point "restapi/vc/threads/id" and I am getting a fairly large number of error responses (200 ish) when I try to grab valid threads.
<response status="error">
<error code="101">
<message>No topic with the specified id.</message>
</error>
</response>
Any ideas on what I can do to get access to these threads?
Did you tried a call with specific board id and then calling a thread or api call provided below:-
- /restapi/vc / messages / id / [id] / thread
I think this may resolve your error.
If my post is helpful and answers your question, please give "Kudos" and "Accept it as a Solution."