{ "opencollection": "1.0.0", "info": { "name": "Cube Agents ContentType API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "ContentType", "type": "folder" }, "items": [ { "info": { "name": "content_types_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/content-types", "headers": [ { "name": "HTTP_ACCEPT", "value": "" }, { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "app_label", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "model", "value": "", "type": "query" } ], "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": "Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT)." }, { "info": { "name": "content_types_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/content-types/:id", "headers": [ { "name": "HTTP_ACCEPT", "value": "" }, { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this content type." } ], "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": "Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT)." } ] } ], "bundled": true }