List Things In Thing Group

GET {{aws_internet_of_things_base_url}}/thing-groups/thingGroupName/things?maxResults&nextToken&recursive&thingGroupName

Request Params

KeyDatatypeRequiredDescription
maxResultsnullThe maximum number of results to return at one time.
nextTokennullThe token to retrieve the next set of results.
recursivenullWhen true, list things in this thing group and in all child groups as well.
thingGroupNamenullThe thing group name.