Interface GetElementV1Response

interface GetElementV1Response {
    children?: ElementDataWrapper[];
    childrenCount?: number;
    element: ElementData;
    element_type: ElementTypeDefinition;
    mode: { state: string };
    parent?: ElementData;
    predecessors?: ElementDataWrapper[];
    predecessorsCount?: number;
    references?: Record<string, ElementData[]>;
    referencesCount?: number;
    reminders?: Record<string, ReminderWrapper>;
    remindersCount?: number;
    schemaVersion: V1;
    template: ElementTemplateV1;
    visibilityException?: VisibilityException;
    workRecords?: WorkRecordDataResponse;
    workRecordsCount?: number;
}

Hierarchy (View Summary)

Properties

children?: ElementDataWrapper[]
childrenCount?: number
element: ElementData
element_type: ElementTypeDefinition
mode: { state: string }
parent?: ElementData
predecessors?: ElementDataWrapper[]
predecessorsCount?: number
references?: Record<string, ElementData[]>
referencesCount?: number
reminders?: Record<string, ReminderWrapper>
remindersCount?: number
schemaVersion: V1
visibilityException?: VisibilityException
workRecordsCount?: number