@webitel/api-services
    Preparing search index...
    interface ContactsCondition {
        assignee?: WebitelContactsLookup;
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        expression?: string;
        group?: WebitelContactsLookup;
        id?: string;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
    }
    Index

    Properties

    The ID of the assignee that should be assigned if the condition is met (optional).

    createdAt?: string

    The timestamp (in milliseconds) of when the condition was created.

    The user who created this condition.

    expression?: string

    The query or condition expression used to evaluate the group.

    The ID of the static group that should be assigned if the condition is met.

    id?: string

    The unique ID of the condition.

    updatedAt?: string

    The timestamp (in milliseconds) of the last update.

    The user who performed the last update.