Hierarchy Items
A hierarchy item.
Name
DataType
Description
String
An integer used to sort the record relative to its siblings at each sibling level. If not applicable, this can be null.
{
"hierarchyItems" :
{
"@id" : "URL",
"@type" : "HierarchyItems",
"elementId" : "String",
"hierarchicalChildren" :
[
{
"hierarchicalChild" :
{
"@id" : "URL",
"@type" : "HierarchicalChild",
"elementId" : "String"
}
}
],
"hierarchicalParents" :
[
{
"hierarchicalParent" :
{
"@id" : "URL",
"@type" : "HierarchicalParent",
"elementId" : "String"
}
}
],
"sortValue" : "String"
}
}