Forum Discussion
Solved
Gursimrat
12 years agoLeader
I am getting an error while hitting the rest api, I have Granted the "Make REST API calls with modify access" permission
<error code="504">
<message>
Method 'get' is not supported off of node 'message.reply'.
</message>
</error>
nathan
12 years agoExecutive
From the error it looks like you're trying to create the thread using a HTTP GET instead of a HTTP POST (the difference is in how you pass parameters, i.e. thread title etc.).
- Gursimrat12 years agoLeader
Can you provide the API to post a thread to a board. As a test, I am using /restapi/vc/messages/id/5139/reply whichi is ot post a reply on a thread. I believe posting a thread to a board should work the same way.