@webitel/api-services
    Preparing search index...
    interface KnowledgebaseSpace {
        createdAt?: string;
        createdBy?: WebitelKnowledgebaseLookup;
        domain?: WebitelKnowledgebaseLookup;
        etag?: string;
        hasChildren?: boolean;
        homePage?: string;
        id?: string;
        mode?: string;
        name?: string;
        state?: boolean;
        updatedAt?: string;
        updatedBy?: WebitelKnowledgebaseLookup;
        ver?: number;
    }
    Index

    Properties

    createdAt?: string

    The timestamp when the space was created (in Unix time).

    The user who created the space.

    READONLY. The space's metadata.

    etag?: string

    Unique ID of the latest version of the update. This ID changes after any update to the underlying value(s).

    hasChildren?: boolean

    Indicates if the space has children.

    homePage?: string

    BIO. Short description about the space.

    id?: string

    The unique ID of the association. Never changes.

    mode?: string

    [R]ecord[b]ased[A]ccess[C]ontrol mode granted.

    name?: string

    The name of the space.

    state?: boolean

    The state of the space.

    updatedAt?: string

    The timestamp when the space was last updated (in Unix time).

    The user who last updated the space.

    ver?: number

    READONLY. Operational attributes Version of the latest update. Numeric sequence.