Skip to content

Attribute

ENDPOINTS

GET /v1/knowledge-graph/nodes/{NODE_ID}/attributes

Definition

An Attribute is an object containing the name of a single attribute of a specific Node and its value.

Attributes

Top level attributes

Name Type Description
name string Name of the node attribute.
value string / integer / float Value of the node attribute. Attributes of date type are converted to a string formatted as DD.MM.YYYY.

JSON Example

The following JSON snippet is showing an Attribute object.

{
    "name": "name",
    "value": "Michael Schumacher"
}