{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Projects API", "version": "1.0" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "WorkflowProjectController_findAll", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/projects", "params": [ { "name": "order", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowProjectController_createProject", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v2/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowProjectController_findOne", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowProjectController_updateProject", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.outrival.com/rest/v2/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowProjectController_deleteProject", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.outrival.com/rest/v2/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowProjectController_projectWorkflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/projects/:id/workflows", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowProjectController_projectWorkflowDeployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/projects/:id/deployments", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }