ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface SystemLog

    interface SystemLog {
        id: string;
        event: string;
        userId: string;
        createdAt: Date;
        entityId?: string | null;
        entityType?: string | null;
        description?: string | null;
        ipAddress?: string | null;
        user?: User;
        meta?: JSON;
    }
    Index

    Properties

    id: string
    event: string
    userId: string
    createdAt: Date
    entityId?: string | null
    entityType?: string | null
    description?: string | null
    ipAddress?: string | null
    user?: User
    meta?: JSON