Gets a Node by the domain-specific type+id+parenttype+parentid identifier. This assumes that the Tenant only
contains a single Node with this type+id+parenttype+parentid. If more than one Node is found, the first is returned.
| Name | Description | Additional information |
|---|---|---|
| type | The domain-defined "Type" of the Node |
Define this parameter in the request URI. |
| id | The domain-defined "ID" of the Node |
Define this parameter in the request URI. |
| parentType | The domain-defined "Type" of the parent node |
Define this parameter in the request URI. |
| parentId | The domain-defined "ID" of the parent node |
Define this parameter in the request URI. |
{
"tenantId": "ff050fd8-d2bf-49cf-9b4e-6bdf5aa694e8",
"nodeId": "13fe0967-3549-4666-b45f-c284a556693b",
"type": "sample string 3",
"id": "sample string 4",
"parentType": "sample string 5",
"parentId": "sample string 6",
"title": "sample string 7",
"props": {
"sample string 1": {},
"sample string 3": {},
"sample string 5": {}
},
"refs": {
"sample string 1": {
"type": "sample string 1",
"id": "sample string 2"
},
"sample string 2": {
"type": "sample string 1",
"id": "sample string 2"
},
"sample string 3": {
"type": "sample string 1",
"id": "sample string 2"
}
},
"cyanId": 8,
"subjectToCleanup": true,
"createdDateUtc": "2025-10-23T19:20:16.8880725+00:00",
"updatedDateUtc": "2025-10-23T19:20:16.8880725+00:00"
}
<NodeRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
<CreatedDateUtc>2025-10-23T19:20:16.8880725+00:00</CreatedDateUtc>
<UpdatedDateUtc>2025-10-23T19:20:16.8880725+00:00</UpdatedDateUtc>
<CyanId>8</CyanId>
<Id>sample string 4</Id>
<NodeId>13fe0967-3549-4666-b45f-c284a556693b</NodeId>
<ParentId>sample string 6</ParentId>
<ParentType>sample string 5</ParentType>
<Props xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 5</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</Props>
<Refs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringNodeRefRepresentationPuhFCfmt>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>
<Id>sample string 2</Id>
<Type>sample string 1</Type>
</d2p1:Value>
</d2p1:KeyValueOfstringNodeRefRepresentationPuhFCfmt>
<d2p1:KeyValueOfstringNodeRefRepresentationPuhFCfmt>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:Value>
<Id>sample string 2</Id>
<Type>sample string 1</Type>
</d2p1:Value>
</d2p1:KeyValueOfstringNodeRefRepresentationPuhFCfmt>
<d2p1:KeyValueOfstringNodeRefRepresentationPuhFCfmt>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>
<Id>sample string 2</Id>
<Type>sample string 1</Type>
</d2p1:Value>
</d2p1:KeyValueOfstringNodeRefRepresentationPuhFCfmt>
</Refs>
<SubjectToCleanup>true</SubjectToCleanup>
<TenantId>ff050fd8-d2bf-49cf-9b4e-6bdf5aa694e8</TenantId>
<Title>sample string 7</Title>
<Type>sample string 3</Type>
</NodeRepresentation>