Cursor for paging through results

interface AssetMappings3DListFilter {
    assetId?: number;
    cursor?: string;
    getDmsInstances?: boolean;
    intersectsBoundingBox?: BoundingBox3D;
    limit?: number;
    nodeId?: number;
}

Hierarchy (view full)

Properties

assetId?: number
cursor?: string
getDmsInstances?: boolean

If true, the response will include the mappings with assetInstanceId values, for DM based assets.

intersectsBoundingBox?: BoundingBox3D

If given, only return asset mappings for assets whose bounding box intersects the given bounding box.

limit?: number
nodeId?: number