{ "opencollection": "1.0.0", "info": { "name": "IO.Common Accounts DimensionValues 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": "DimensionValues", "type": "folder" }, "items": [ { "info": { "name": "Get dimensions values", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values", "params": [ { "name": "dimId", "value": "", "type": "path", "description": "Dimension Id" }, { "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 dimensions values" }, { "info": { "name": "Create dimension value", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values", "params": [ { "name": "dimId", "value": "", "type": "path", "description": "Dimension id" }, { "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 dimension value" }, { "info": { "name": "Update dimension value", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values", "params": [ { "name": "dimId", "value": "", "type": "path", "description": "Dimension id" }, { "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 dimension value" }, { "info": { "name": "Get dimensions value details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values/:valueId", "params": [ { "name": "dimId", "value": "", "type": "path", "description": "Dimension Id" }, { "name": "valueId", "value": "", "type": "path", "description": "Dimension value Id" }, { "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 dimensions value details" }, { "info": { "name": "Get dimensions value parents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values/:valueId/parents", "params": [ { "name": "dimId", "value": "", "type": "path", "description": "Dimension Id" }, { "name": "valueId", "value": "", "type": "path", "description": "Dimension value id" }, { "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 dimensions value parents" }, { "info": { "name": "Get dimensions value children", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values/:valueId/children", "params": [ { "name": "dimId", "value": "", "type": "path", "description": "Dimension Id" }, { "name": "valueId", "value": "", "type": "path", "description": "Dimension value id" }, { "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 dimensions value children" }, { "info": { "name": "Save dimension value children. Full list of children is excpected.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values/:valueId/children", "params": [ { "name": "dimId", "value": "", "type": "path", "description": "Dimension id" }, { "name": "valueId", "value": "", "type": "path", "description": "Parent value id" }, { "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": "Save dimension value children. Full list of children is excpected." }, { "info": { "name": "Create dimensions values BULK", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values/bulk", "params": [ { "name": "dimId", "value": "", "type": "path", "description": "Dimension id" }, { "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 dimensions values BULK" }, { "info": { "name": "Delete dimensions values BULK", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/Dimensions/:dimId/values/bulk", "params": [ { "name": "dimId", "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": "Delete dimensions values BULK" } ] } ], "bundled": true }