Hello,
I tried to use Catalog API to get info about several workflows with one request but cannot find details about "conditions" parameter format.
I'm able to get info about one workflow using request like this:
GET https://{orchestrator_host}:{port}/vco/api/catalog/System/Workflow?conditions=id={workflowId}
But how to put several workflow ids to get info about particular workflows with only one request?