{ "opencollection": "1.0.0", "info": { "name": "Opik REST Feedback-definitions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Feedback-definitions", "type": "folder" }, "items": [ { "info": { "name": "Find Feedback definitions", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/feedback-definitions", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "Find Feedback definitions" }, { "info": { "name": "Create feedback definition", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/feedback-definitions", "body": { "type": "json", "data": "{}" } }, "docs": "Get feedback definition" }, { "info": { "name": "Get feedback definition by id", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/feedback-definitions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get feedback definition by id" }, { "info": { "name": "Update feedback definition by id", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:5173/api/v1/private/feedback-definitions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update feedback definition by id" }, { "info": { "name": "Delete feedback definition by id", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:5173/api/v1/private/feedback-definitions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete feedback definition by id" }, { "info": { "name": "Delete feedback definitions", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/feedback-definitions/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete feedback definitions batch" } ] } ], "bundled": true }