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_errorto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed 'propertyNames' constraint from the
data/inforesponse property for the status200response-property-property-names-removed
- ▲
- ○
endpoint added
endpoint-added
- ○