2025-04-23 Graph Use Case/GetNode and GetNodes

From Izara Wiki
Jump to navigation Jump to search

Overview

Using Case

GetNode with identifiers

  • Example param
{
 "objType":{
    "serviceTag":"xxxx",
    "objectType":"yyyy"
 },
 "objInstanceFull":{
    "identifiers":{
       "xxxx":"yyyy"
    },
    "fields":{
    }
 },
 "versionedDataLabels":[]
}
  • Output
{
  objType: { serviceTag: 'xxxx', objectType: 'yyyy' },
  objInstanceFull: {
	identifiers: {
  	// identifiers
	},
	fields: {
  	// fields
	}
  }
}

GetNode with VersionedData Case false

  • Example param
  • Output

GetNode with VersionedData Case true

  • Example param
  • Output

GetNode with AnyValue

  • Example param
  • Output