{ "opencollection": "1.0.0", "info": { "name": "IO.Common Accounts ExtendedProperties 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": "ExtendedProperties", "type": "folder" }, "items": [ { "info": { "name": "Get global extended properties that are not attached to any object", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ExtendedProperties/:affinity", "params": [ { "name": "affinity", "value": "", "type": "path" }, { "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 global extended properties that are not attached to any object" }, { "info": { "name": "Get extended properties for an extendable object", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ExtendedProperties/:affinity/:ownerId", "params": [ { "name": "affinity", "value": "", "type": "path" }, { "name": "ownerId", "value": "", "type": "path" }, { "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 extended properties for an extendable object" }, { "info": { "name": "Create an extended property for an extendable object", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/ExtendedProperties/:affinity/:ownerId", "params": [ { "name": "affinity", "value": "", "type": "path" }, { "name": "ownerId", "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": "Create an extended property for an extendable object" }, { "info": { "name": "Update an extended property for an extendable object", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/ExtendedProperties/:affinity/:ownerId/:key", "params": [ { "name": "affinity", "value": "", "type": "path" }, { "name": "ownerId", "value": "", "type": "path" }, { "name": "key", "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 an extended property for an extendable object" }, { "info": { "name": "Delete an extended property for an extendable object", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/ExtendedProperties/:affinity/:ownerId/:key", "params": [ { "name": "affinity", "value": "", "type": "path" }, { "name": "ownerId", "value": "", "type": "path" }, { "name": "key", "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 an extended property for an extendable object" } ] } ], "bundled": true }