{ "opencollection": "1.0.0", "info": { "name": "Tufin SecureChange REST Compliance Tasks API", "version": "R25-2" }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Get Ticket Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://{tos_host}/securechangeworkflow/api/securechange/tickets/:ticketId/tasks", "params": [ { "name": "ticketId", "value": "", "type": "path", "description": "The unique identifier of the ticket" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve all workflow tasks associated with a ticket." }, { "info": { "name": "Get Task By ID", "type": "http" }, "http": { "method": "GET", "url": "https://{tos_host}/securechangeworkflow/api/securechange/tickets/:ticketId/tasks/:taskId", "params": [ { "name": "ticketId", "value": "", "type": "path", "description": "The unique identifier of the ticket" }, { "name": "taskId", "value": "", "type": "path", "description": "The unique identifier of the task" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific workflow task by ticket and task ID." }, { "info": { "name": "Update Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{tos_host}/securechangeworkflow/api/securechange/tickets/:ticketId/tasks/:taskId", "params": [ { "name": "ticketId", "value": "", "type": "path", "description": "The unique identifier of the ticket" }, { "name": "taskId", "value": "", "type": "path", "description": "The unique identifier of the task" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a workflow task (e.g., approve, reject, or provide implementation details)." } ] } ], "bundled": true }