{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations EventPipelineTrigger API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "EventPipelineTrigger", "type": "folder" }, "items": [ { "info": { "name": "Get the triggers for an Event Pipeline", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/event-pipeline/:id/trigger", "params": [ { "name": "id", "value": "", "type": "path", "description": "Event Pipeline ID" } ] }, "docs": "Returns the triggers for the Event Pipeline that has the provided ID" }, { "info": { "name": "Stub an Event Pipeline Trigger", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/event-pipeline/trigger/stub" }, "docs": "Creates an empty Event Pipeline Trigger to be populated" }, { "info": { "name": "Get Pipeline Trigger Options", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/event-pipeline/trigger/options", "params": [ { "name": "eventEntityTypeId", "value": "", "type": "query", "description": "eventEntityTypeId" } ] }, "docs": "returns all available pipeline trigger options for a specific entity type" } ] } ], "bundled": true }