OpenGraph (Experimental)
Community
Enterprise

Get Node Kind

Experimental - Retrieves the details of a single OpenGraph node kind by its id, including its entity-panel info map keyed by info key.

get/api/v2/node-kinds/{node_kind_id}

Response

OK

Example response

{
  "data": {
    "node_kind_id": 42,
    "name": "User",
    "display_name": "User",
    "description": "a user node kind",
    "is_display_kind": true,
    "icon": "user",
    "color": "#FFFFFF",
    "extension": {
      "extension_id": 7,
      "name": "AD",
      "display_name": "Active Directory",
      "namespace": "AD",
      "version": "v1"
    }
  }
}

Changes

Changed in 3 of the 66 revisions of this API.12

    • added the optional property data/info/additionalProperties/allOf[model.kind-info-markdown]/markdown/template_error to the response with the 200 status

      response-optional-property-added

    • removed 'propertyNames' constraint from the data/info response property for the status 200

      response-property-property-names-removed

    • endpoint added

      endpoint-added