Node

interface NodeDefinition {
    createdTime: number;
    deletedTime?: number;
    externalId: string;
    instanceType: "node";
    lastUpdatedTime: number;
    properties?: Record<string, ViewOrContainer>;
    space: string;
    type?: DirectRelationReference;
    version: number;
}

Properties

createdTime: number

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

deletedTime?: number

Timestamp when the node was soft deleted. Note that deleted nodes are filtered out of query results, but present in sync results. This means that this value will only be present in sync results.

externalId: string

Unique identifier for the node

instanceType: "node"
lastUpdatedTime: number

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

properties?: Record<string, ViewOrContainer>

Spaces for the requested view and its containers

space: string

Id of the space that the node belongs to

Node type

version: number

Current version of the node