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

    Contact groups dataset. NOTE: Edge represents connection between two nodes. So this ContactGroupList.data are always subordinate to some contact.id.

    interface ContactsContactGroupList {
        data?: ContactsContactGroup[];
        next?: boolean;
        page?: number;
    }
    Index

    Properties

    Properties

    Group dataset page.

    next?: boolean
    page?: number

    The page number of the partial result.