List Things
GET {{aws_internet_of_things_base_url}}/things?attributeName&attributeValue&maxResults&nextToken&thingTypeName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
attributeName | null | The attribute name used to search for things. | |
attributeValue | null | The attribute value used to search for things. | |
maxResults | null | The maximum number of results to return in this operation. | |
nextToken | null | The token to retrieve the next set of results. | |
thingTypeName | null | The name of the thing type used to search for things. |