...
In order to execute a workflow or any other action from the swagger endpoint, you will need an appropriate token. You can do this with any client that has access to the cos_workflow_api
ressource, which you can request using the scope with the same name. An easy way to do this is in postman.
...
An alternative would be to use a powershell script for getting the bearer token, after adjusting few parameters. A version of this script can be found I:\Kunden\Medizinischer Dienst Bayern (MDBA)\getToken.ps1
In this case, you need the secret or clientId (those are two parameters in the ps1-script) that are encrypted, you will have to use an decryption method or a tool for that operation. A provided tool is called MachineCryptoTool which is part of the dev solution. (But actually, it was tested with “I:\Wiki & Tools\ITSENSE\MachineCryptoTool 8000” on COS 8.x ).
...
...
Step 2: Open up the swagger documentation
...