Returns a structure with its ancestors and its field values. Only field values whose field is configured to display on profiles for the structure's type are returned. Use the structure metadata endpoint when you only need the core attributes.
Retrieves a single structure by ID, together with its position in the hierarchy and its field values.
The response includes the structure's ancestors, ordered from the root down to its direct parent, so you can render a breadcrumb without walking the tree yourself. is_hierarchical tells you whether the structure's type supports parent and child relationships, and can_move tells you whether it can be relocated with the Move a structure endpoint.
Use the Get structure metadata endpoint instead when you only need the structure's core attributes. It does not resolve ancestors or field values.
Requirements
Only field values whose field is configured to display on profiles for this structure's type are returned. A field can hold a value that this endpoint does not surface. Check the field's
structure_settingsthrough the List fields endpoint if a value you expect is missing.