{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Task API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Task", "type": "folder" }, "items": [ { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/tasks", "body": { "type": "json", "data": "{}" } }, "docs": "Search tasks based on filters specified in the request body." }, { "info": { "name": "List", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/task/audits", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskAudit.List method." }, { "info": { "name": "Create Grant Task", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/task/grant", "body": { "type": "json", "data": "{}" } }, "docs": "Create a grant task" }, { "info": { "name": "Create Offboarding Task", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/task/offboarding", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskService.CreateOffboardingTask method." }, { "info": { "name": "Create Revoke Task", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/task/revoke", "body": { "type": "json", "data": "{}" } }, "docs": "Create a revoke task" }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a task by ID" }, { "info": { "name": "Approve", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/approve", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.Approve method." }, { "info": { "name": "Approve With Step Up", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/approve-with-step-up", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.ApproveWithStepUp method." }, { "info": { "name": "Close", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/close", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.Close method." }, { "info": { "name": "Comment", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/comment", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.Comment method." }, { "info": { "name": "Deny", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/deny", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.Deny method." }, { "info": { "name": "Escalate To Emergency Access", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/escalate", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.EscalateToEmergencyAccess method." }, { "info": { "name": "Process Now", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/process", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.ProcessNow method." }, { "info": { "name": "Reassign", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/reassign", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.Reassign method." }, { "info": { "name": "Hard Reset", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/reset", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.HardReset method." }, { "info": { "name": "Restart", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/restart", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.Restart method." }, { "info": { "name": "Skip Step", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/skip-step", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.SkipStep method." }, { "info": { "name": "Update Grant Duration", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/update-grant-duration", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.UpdateGrantDuration method." }, { "info": { "name": "Update Request Data", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/tasks/:task_id/action/update-request-data", "params": [ { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.task.v1.TaskActionsService.UpdateRequestData method." } ] } ], "bundled": true }