Service Name
|
Parameters
|
Description
|
---|---|---|
AddMembers
|
members — The name and type of member.
|
Adds multiple members (Thing and Thing Group) as a batch to the Thing Group on which the service is called. AddMembers does not clear existing members like the AssignMembers service does.
|
AddThingGroupMember
|
memberName — The name of a Thing Group.
|
Adds one Thing Group member to the Thing Group on which the service is called.
|
AddThingMember
|
memberName — The name of a Thing.
|
Adds one Thing member to the Thing Group on which the service is called.
|
AssignMembers
|
members — The name and type (Thing or Thing Group) of member.
|
Clears all members and adds Thing and/or Thing Group members to the Thing Group on which the service is called.
|
ClearMembers
|
Deletes all members of the Thing Group on which the service is called.
|
|
DeleteMembers
|
members — The name and type of member.
|
Deletes multiple members (Thing and Thing Group) as a batch of the Thing Group on which the service is called.
|
DeleteThingGroupMember
|
memberName — The name of a Thing Group.
|
Deletes one Thing Group member of the Thing Group on which the service is called.
|
DeleteThingMember
|
memberName — The name of a Thing.
|
Deletes one Thing member of the Thing Group on which the service is called.
|
GetMembers
|
maxItems — The maximum number of returned items.
|
Returns all members (Thing and Thing Group, only direct members) of the Thing Group on which the service is called.
|
GetMembersV2
|
maxItems — The maximum number of returned items.
|
Returns all members (Thing and Thing Group, only direct members) of the Thing Group on which the service is called. This service also returns accessModifier, Deprecated, ProjectName, and Namespace attributes.
|
GetThingGroupMembers
|
maxItems — The maximum number of returned items.
|
Returns all Thing Group members (only direct members) of the Thing Group on which the service is called.
|
GetThingGroupParentNames
|
maxItems — The maximum number of returned items.
|
Returns all direct Thing Group parents for the Thing Group on which the service is called.
|
GetThingMembers
|
maxItems — The maximum number of returned items.
|
Returns all Thing members (only direct members) of the Thing Group on which the service is called.
|
GetThingsInHierarchy
|
maxDepth — The maximum level of depth search. The default value of 1 indicates the current Thing Group instance children level.
maxItems — The maximum number of returned items.
|
Returns all Things within the hierarchy, including grandchildren Things and great grandchildren Things. Does not return Thing Groups within the hierarchy.
|