v1
latestOpenAPI 3.0.12026-07-245277551.2 MBProperty
Retrieves the property's system component versions
get/property/v1/system
Headers
x-property-idstring required
Example:1,2,3
A numeric, comma-separated string representing the property IDs, sent in the header.
Response
Successfully retrieved property features
Example response
{
"features": [
{
"name": "occupancy",
"version": "2.0"
}
]
}