Trigger workflow from Postman

Hi all,
I have never used REST API so I need help. I want to pass 4 parameters(x=2.3,y=8.2,z=5.4,a=11.3) from Postman to KNIME Server using REST API. I don’t know what code to be written in Postman and in Knime (container input json) node to accept the request from the postman. Kindly help

Thank you
Best Regards,
Anoshpa

Hello @Anoshpananda,

have you seen this section of KNIME Server User Guide documentation on REST API functionality?
https://docs.knime.com/latest/server_user_guide/index.html#webservice-interfaces

It also features links to two nice blog posts about getting started and building workflows for REST API.

Br,
Ivan

3 Likes