Skip to main content
Version: Next

AssetQuerySelect

Response projection for controlling which asset attributes are returned.

attributesstring[]

Attribute names to include. An empty array excludes all attributes; null returns all attributes.

Example: ["temperature","humidity"]
AssetQuerySelect
{
"attributes": [
"temperature",
"humidity"
]
}