List Thing Groups
GET {{aws_internet_of_things_base_url}}/thing-groups?maxResults&namePrefixFilter&nextToken&parentGroup&recursive
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
maxResults | null | The maximum number of results to return at one time. | |
namePrefixFilter | null | A filter that limits the results to those with the specified name prefix. | |
nextToken | null | The token to retrieve the next set of results. | |
parentGroup | null | A filter that limits the results to those with the specified parent group. | |
recursive | null | If true, return child groups as well. |