{ "opencollection": "1.0.0", "info": { "name": "IO.Common Accounts OperationDimGroups API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "OperationDimGroups", "type": "folder" }, "items": [ { "info": { "name": "Get list of operation dimension groups. Used for grouping metadata for different validation rule groups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/OperationDimGroups", "params": [ { "name": "Filter", "value": "", "type": "query" }, { "name": "Page", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" }, { "name": "SortColumn", "value": "", "type": "query" }, { "name": "SortOrder", "value": "", "type": "query" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get list of operation dimension groups. Used for grouping metadata for different validation rule groups" }, { "info": { "name": "Create operation metadata (dimension) group", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/OperationDimGroups", "params": [ { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create operation metadata (dimension) group" }, { "info": { "name": "Get operation dimension group. Used for grouping metadata for different validation rule groups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/OperationDimGroups/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get operation dimension group. Used for grouping metadata for different validation rule groups" }, { "info": { "name": "Update operation metadata (dimension) group", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/OperationDimGroups/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update operation metadata (dimension) group" }, { "info": { "name": "Delete operation metadata (dimension) group", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/OperationDimGroups/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete operation metadata (dimension) group" } ] } ], "bundled": true }