Forum Discussion

aheffernan's avatar
aheffernan
Contributor
9 years ago

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?
  • aheffernan,

     

    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."

     

  • aheffernan,

     

    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."

     

  • aheffernan - All the threads are messages but not all the messages are threads, so you better make a call restapi/vc/messages/id/ID

    I hope this helps.