Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
GetGroupByIdRequestParams
Interface GetGroupByIdRequestParams
Request payload for fetching group of current user by id.
interface
GetGroupByIdRequestParams
{
id
:
string
;
withNodeDetails
?:
boolean
;
withNodeList
?:
boolean
;
withSubGroups
?:
boolean
;
}
Hierarchy
Omit
<
GetGroupsRequestParams
,
"resultCount"
>
GetGroupByIdRequestParams
Index
Properties
id
with
Node
Details?
with
Node
List?
with
Sub
Groups?
Properties
id
id
:
string
Optional
with
Node
Details
withNodeDetails
?:
boolean
Optional
with
Node
List
withNodeList
?:
boolean
Optional
with
Sub
Groups
withSubGroups
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
with
Node
Details
with
Node
List
with
Sub
Groups
@espressif/rainmaker-base-sdk
Loading...
Request payload for fetching group of current user by id.