{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations WorkflowStepTemplates API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "WorkflowStepTemplates", "type": "folder" }, "items": [ { "info": { "name": "Get Workflow Template Steps", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/workflows/templates/:id/steps", "params": [ { "name": "id", "value": "", "type": "path", "description": "Workflow Template ID" }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip before taking results" }, { "name": "sortBy[0].direction", "value": "", "type": "query", "description": "Sort direction" }, { "name": "sortBy[0].name", "value": "", "type": "query", "description": "Sort field name" }, { "name": "sortBy[0].priority", "value": "", "type": "query", "description": "Priority index. Sorts with lower values are executed earlier" }, { "name": "take", "value": "", "type": "query", "description": "Maximum number of records to include in results" } ] }, "docs": "Get all the steps for a workflow template" }, { "info": { "name": "Create Workflow Step", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/workflows/templates/:id/steps", "params": [ { "name": "id", "value": "", "type": "path", "description": "Workflow Template Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a step for a Workflow Template" }, { "info": { "name": "Update Workflow Template Steps", "type": "http" }, "http": { "method": "PUT", "url": "/SecretServer/api/v1/workflows/templates/:id/steps", "params": [ { "name": "id", "value": "", "type": "path", "description": "Workflow Template ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the steps for a workflow template" }, { "info": { "name": "Get a Workflow Template Step Stub", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/workflows/templates/steps/stub" }, "docs": "Get an empty Workflow Template Step" }, { "info": { "name": "Get a Workflow Template Step", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/workflows/templates/:id/steps/:stepNum", "params": [ { "name": "id", "value": "", "type": "path", "description": "Workflow Template Id" }, { "name": "stepNum", "value": "", "type": "path", "description": "Workflow Step Number" } ] }, "docs": "Get a step for a workflow template" }, { "info": { "name": "Update a Workflow Template Step", "type": "http" }, "http": { "method": "PUT", "url": "/SecretServer/api/v1/workflows/templates/:id/steps/:stepNum", "params": [ { "name": "id", "value": "", "type": "path", "description": "Workflow Template ID" }, { "name": "stepNum", "value": "", "type": "path", "description": "Workflow Step Number" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a single Workflow Template Step by ID" } ] } ], "bundled": true }