Skip to content

Get metadata about a node type

GET
/resources/graph/{node}

Parameters

Path Parameters

node*
Type
string
Required

Responses

OK

JSON
{
  
"rootEdgeName": "string",
  
"idField": "string",
  
"name": "string",
  
"fields": {
  
  
"additionalProperties": {
  
  
  
"name": "string",
  
  
  
"valueType": {
  
  
  
  
"nullable": true
  
  
  
},
  
  
  
"search": "string",
  
  
  
"filter": {
  
  
  
},
  
  
  
"dimension": "string",
  
  
  
"dimensionKey": "string"
  
  
}
  
},
  
"edges": {
  
  
"additionalProperties": {
  
  
  
"cardinality": "string",
  
  
  
"node": "string"
  
  
}
  
}
}

Samples

© 2024 Hantera AB. All rights reserved.