Forum Discussion

xorrkaz's avatar
xorrkaz
Genius
12 years ago

How to create an Idea Exchange using REST?

We need to programmatically spin up idea exchanges.  While I can create a new board and set its interaction.style setting to "idea" this doesn't work as expected.  The object is still a forum board, ...
  • YuriK's avatar
    12 years ago

    Hey xorrkaz,

     

    Instead of creating a new board and changing the interaction style you should be able to create an idea directly.

     

    The call should look something like this:

     

    /restapi/vc/categories/id/support/nodes/type/key/idea/add?idea.id=testidea&idea.title=IDEAS%20TITLE

     

    Hope this helps,

     

    Yuri