I have created a new workflow and published it. I have also created a new instance of it through k2 management just to make sure it's working. I would like to start the workflow through the api but I'm having difficulties. FIrst off I tried to get the id of the workflow by calling the "Get Workflows" through the swagger. This returned a list of workflows on the server, but the one I was looking for was not among them. I then figured out based off the ones that were returned that the id is the last section of the url when viewing a workflow in the K2 Management studio. From that I was able to get the id of the workflow in question.
When I try to execute either the "Get Workflow" or "Start Workflow" passing in the id of the workflow I wasnt I get an error saying...
"Message": "The identified workflow was not found."
Is there something special I need to do in order to get my workflow to interact with the api?