nehaSharma
8 years agoExpert
Creating different types of boards via REST API
Hi,
We are trying to create different types of boards using Rest API v1.
Below mentioned API call creates only FORUM boards and there is no parameter for other board types.
In below API call there are no parameters for node title, node id etc.
Am I missing out something?
Hi nehaSharma,
Did you try this?
/restapi/vc/categories/id/<id>/nodes/type/key/<node_type_key>/add?<node_type_key>.id=<Testnode>&<node_type_key>.title=TestTitle
Ex: /restapi/vc/categories/id/<id>/nodes/type/key/idea/add?idea.id=testidea&idea.title=TestIdeaTitle
Thanks,
Srujana.