Skip to content

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?

optional folderId: string

Folder ID (if path points to/through a folder)


folderPath?

optional folderPath: 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?

optional segmentId: string

Segment ID (if path points to a segment)


segmentName?

optional segmentName: string

Segment name (if path points to a segment)


type

type: ResourceType

Type of resource the path points to