{ "opencollection": "1.0.0", "info": { "name": "Cube Agents Attributes API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "Attributes", "type": "folder" }, "items": [ { "info": { "name": "Get Company's Attributes", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/attributes", "headers": [ { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "table", "value": "", "type": "query", "description": "The ID of an attribute table to limit results to" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This endpoint retrieves all the attributes of a company. To filter attributes to a specific\n data table, use the table query parameter.\n " }, { "info": { "name": "Manage Company Attributes", "type": "http" }, "http": { "method": "POST", "url": "https://api.cubesoftware.com/attributes", "headers": [ { "name": "X-Company-ID", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This endpoint creates and updates attributes for a given company. To create an attribute,\n don't include an ID in the payload. Including an ID implies updating an existing attribute.\n " } ] } ], "bundled": true }