ListThings
with attributeName=Color and attributeValue=Red retrieves all things in the registry that contain an attribute Color with the value Red. curl --location -g --request GET 'https://api.iotwireless.{region}.amazonaws.com/things'
{
"things": [],
"nextToken": "string"
}
nextToken
value from a previous response; otherwise null to receive the first set of results.true
, the action returns the thing resources with attribute values that start with the attributeValue
provided.false
, or not present, the action returns only the thing resources with attribute values that match the entire attributeValue
provided.