@webitel/api-services
    Preparing search index...

    Interface ContactsGroup

    interface ContactsGroup {
        conditions?: ContactsDynamicCondition[];
        contactsSize?: string;
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        defaultGroup?: WebitelContactsLookup;
        description?: string;
        enabled?: boolean;
        id?: string;
        name?: string;
        type?: ContactsGroupType;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
    }
    Index

    Properties

    List of dynamic conditions associated with the group.

    contactsSize?: string
    createdAt?: string

    Timestamp(milli) of the group's creation.

    The user who created this group.

    defaultGroup?: WebitelContactsLookup

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

    description?: string

    The description of the group.

    enabled?: boolean
    id?: string

    The unique ID of the group. Never changes.

    name?: string

    The name of the group.

    updatedAt?: string

    Timestamp(milli) of the last group update.

    The user who performed the last update.