curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/indices/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"indexName": "string",
"queryString": "string",
"nextToken": "string",
"maxResults": 1,
"queryVersion": "string"
}'
{
"nextToken": "string",
"things": [],
"thingGroups": []
}
null
if there are no additional results.null
if there are no additional results.