{ "opencollection": "1.0.0", "info": { "name": "Socotra Insurance Suite OpenAPI Definition Plugin API", "version": "v0" }, "items": [ { "info": { "name": "Plugin", "type": "folder" }, "items": [ { "info": { "name": "fetchFromAutomationPlugin", "type": "http" }, "http": { "method": "GET", "url": "/plugin/:tenantLocator/automation/:pluginName/:action", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "pluginName", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "executeAutomationPlugin", "type": "http" }, "http": { "method": "POST", "url": "/plugin/:tenantLocator/automation/:pluginName/:action", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "pluginName", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getRatingRegistry", "type": "http" }, "http": { "method": "GET", "url": "/plugin/:tenantLocator/ratingregistries/:category/:locator/:elementLocator", "headers": [ { "name": "Accept-Encoding", "value": "" } ], "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "category", "value": "", "type": "path" }, { "name": "locator", "value": "", "type": "path" }, { "name": "elementLocator", "value": "", "type": "path" } ] } }, { "info": { "name": "listRatingRegistries", "type": "http" }, "http": { "method": "GET", "url": "/plugin/:tenantLocator/ratingregistries/:category/:locator/list", "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "category", "value": "", "type": "path" }, { "name": "locator", "value": "", "type": "path" } ] } }, { "info": { "name": "fetchLogs", "type": "http" }, "http": { "method": "GET", "url": "/plugin/:tenantLocator/logs/:locator", "headers": [ { "name": "Accept-Encoding", "value": "" } ], "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "locator", "value": "", "type": "path" } ] } }, { "info": { "name": "fetchLogsList", "type": "http" }, "http": { "method": "GET", "url": "/plugin/:tenantLocator/logs/list", "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "requestId", "value": "", "type": "query" }, { "name": "objectLocator", "value": "", "type": "query" }, { "name": "createdAtMin", "value": "", "type": "query" }, { "name": "createdAtMax", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "extended", "value": "", "type": "query", "description": "When false, returns a bare array." } ] } } ] } ], "bundled": true }