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

    A list of Dynamic Groups.

    interface ContactsDynamicGroupList {
        items?: ContactsDynamicGroup[];
        next?: boolean;
        page?: number;
    }
    Index

    Properties

    Properties

    List of dynamic groups.

    next?: boolean

    Have more records.

    page?: number

    Page number of the partial result.