@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface GetGroupByIdRequestParams

    Request payload for fetching group of current user by id.

    interface GetGroupByIdRequestParams {
        id: string;
        withNodeDetails?: boolean;
        withNodeList?: boolean;
        withSubGroups?: boolean;
    }

    Hierarchy

    Index

    Properties

    id: string
    withNodeDetails?: boolean
    withNodeList?: boolean
    withSubGroups?: boolean