Path

The path object in the meta of a specific resource contains the list of parent pkid values in the hierarchy sequence to which the resource belongs. This list represents the navigation path from the root node of the hierarchy to the specific resource.

Example

path: [
 "50c1e21fa61654441dd8edc4",
 "50c1e2a2a61654441eaebcf8",
 "50c1e2a4a61654441eaebcfe",
 "50c1e2a6a61654441eaebd01"
]

In the example above, the path to the current resource node is:

"50c1e21fa61654441dd8edc4" (ancestor)

--> "50c1e2a2a61654441eaebcf8" (ancestor)

    --> "50c1e2a4a61654441eaebcfe" (parent)

        --> "50c1e2a6a61654441eaebd01" (current node)