{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Data Extensions API", "version": "v2" }, "items": [ { "info": { "name": "Data Extensions", "type": "folder" }, "items": [ { "info": { "name": "Get a specific named core type.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dataextensions/coretypes/:coretypeName", "params": [ { "name": "coretypeName", "value": "", "type": "path", "description": "The core type's name" } ] }, "docs": "Get a specific named core type." }, { "info": { "name": "Get the core types from which all schemas are built.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dataextensions/coretypes" }, "docs": "Get the core types from which all schemas are built." }, { "info": { "name": "Get quantitative limits on schemas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dataextensions/limits" }, "docs": "Get quantitative limits on schemas" } ] } ], "bundled": true }