SDK API Reference / ResolvedSegmentPath
Interface: ResolvedSegmentPath
Resolved segment path with concrete IDs and metadata
Represents a fully resolved path through the segment hierarchy, from parent through folders to final resource (folder or segment).
Properties
folderId?
optionalfolderId:string
Folder ID (if path points to/through a folder)
folderPath?
optionalfolderPath:string[]
Folder path components (e.g., ['Marketing', 'Campaigns'])
fullPath
fullPath:
string
Full path string that was resolved
parentId
parentId:
string
Parent segment ID
parentName
parentName:
string
Parent segment name
segmentId?
optionalsegmentId:string
Segment ID (if path points to a segment)
segmentName?
optionalsegmentName:string
Segment name (if path points to a segment)
type
type:
ResourceType
Type of resource the path points to