{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations WorkflowInstances API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "WorkflowInstances", "type": "folder" }, "items": [ { "info": { "name": "Get Workflow Instances By Workflow Template Id.", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/workflows/instances/template/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Workflow Template ID" } ] }, "docs": "Get active workflow instances that use the given workflow template" } ] } ], "bundled": true }