Input Argrument in Start Job API

I am trying to use the start job API to start a process that has an input argurment. I can’t seem to get the syntax correct for the InputArguments string. The argument name is “RobotID” and the value to pass is 1.

I have tried:
“InputArguments”: {“"RobotID”: ""1""}

The correct syntax is “InputArguments”: ‘{“RobotID”:“2”}’

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.