Skip to main content

ListCuratedPacksOutBody

data object[]nullablerequired
  • Array [
  • categorystringrequired
    config object
    connections object[]nullablerequired
  • Array [
  • fromstringrequired
    tostringrequired
  • ]
  • nodes object[]nullablerequired
  • Array [
  • activestring[]nullablerequired
    configrequired
    credential_refstring
    inputsstring[]nullable
    multiprocessorstring
    namestringrequired
    node_refstringrequired
    outputsstring[]nullable
    pack_refstring
    pack_versionstring
    supportsstring[]nullablerequired
    template_refstring
    typestringrequired
  • ]
  • descriptionstringrequired
    display_namestringrequired
    inputsstring[]nullable
    namestringrequired
    outputsstring[]nullable
    processors_countint64required
    sources_countint64required
    subscribedbooleanrequired
    supportsstring[]nullable
    tagsstring[]nullablerequired
    uuidstring
    versionstringrequired
  • ]
  • pagination objectrequired
    current_pageint64required
    per_pageint64required
    total_countint64required
    total_pagesint64required
    ListCuratedPacksOutBody
    {
    "data": [
    {
    "category": "string",
    "config": {
    "connections": [
    {
    "from": "string",
    "to": "string"
    }
    ],
    "nodes": [
    {
    "active": [
    "string"
    ],
    "config": {},
    "credential_ref": "string",
    "inputs": [
    "string"
    ],
    "multiprocessor": "string",
    "name": "string",
    "node_ref": "string",
    "outputs": [
    "string"
    ],
    "pack_ref": "string",
    "pack_version": "string",
    "supports": [
    "string"
    ],
    "template_ref": "string",
    "type": "string"
    }
    ]
    },
    "description": "string",
    "display_name": "string",
    "inputs": [
    "string"
    ],
    "name": "string",
    "outputs": [
    "string"
    ],
    "processors_count": 0,
    "sources_count": 0,
    "subscribed": true,
    "supports": [
    "string"
    ],
    "tags": [
    "string"
    ],
    "uuid": "string",
    "version": "string"
    }
    ],
    "pagination": {
    "current_page": 0,
    "per_page": 0,
    "total_count": 0,
    "total_pages": 0
    }
    }