Get a structure

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_settings through the List fields endpoint if a value you expect is missing.

Path Params
string
required
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json