{ "opencollection": "1.0.0", "info": { "name": "Opik REST Automation rule evaluators API", "version": "1.0.0" }, "items": [ { "info": { "name": "Automation rule evaluators", "type": "folder" }, "items": [ { "info": { "name": "Find project Evaluators", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/automations/evaluators", "params": [ { "name": "project_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "filters", "value": "", "type": "query" }, { "name": "sorting", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "Find project Evaluators" }, { "info": { "name": "Create automation rule evaluator", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/automations/evaluators", "body": { "type": "json", "data": "{}" } }, "docs": "Create automation rule evaluator" }, { "info": { "name": "Delete automation rule evaluators", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/automations/evaluators/delete", "params": [ { "name": "project_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete automation rule evaluators batch" }, { "info": { "name": "Get automation rule evaluator by id", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/automations/evaluators/:id", "params": [ { "name": "project_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get automation rule by id" }, { "info": { "name": "Update Automation Rule Evaluator by id", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:5173/api/v1/private/automations/evaluators/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Automation Rule Evaluator by id" }, { "info": { "name": "Get automation rule evaluator logs by id", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/automations/evaluators/:id/logs", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "Get automation rule evaluator logs by id" } ] } ], "bundled": true }