@webitel/api-services
    Preparing search index...
    interface ContactsDynamicGroup {
        conditions?: ContactsDynamicCondition[];
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        defaultGroup?: WebitelContactsLookup;
        description?: string;
        enabled?: boolean;
        id?: string;
        name?: string;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
    }
    Index

    Properties

    List of dynamic conditions associated with the group.

    createdAt?: string

    Timestamp(milli) of the group's creation.

    The user who created this dynamic group.

    defaultGroup?: WebitelContactsLookup

    Default static group to be assigned if no conditions are met.

    description?: string

    The description of the dynamic group.

    enabled?: boolean

    Enabled status of the group: active or inactive.

    id?: string

    The unique ID of the dynamic group. Never changes.

    name?: string

    The name of the dynamic group.

    updatedAt?: string

    Timestamp(milli) of the last group update.

    The user who performed the last update.