List Things In Thing Group
GET {{aws_internet_of_things_base_url}}/thing-groups/thingGroupName/things?maxResults&nextToken&recursive&thingGroupName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
maxResults | null | The maximum number of results to return at one time. | |
nextToken | null | The token to retrieve the next set of results. | |
recursive | null | When true, list things in this thing group and in all child groups as well. | |
thingGroupName | null | The thing group name. |