Skip to content

Commit 398bef0

Browse files
Merge pull request #231990 from dominicbetts/central-property-notes
IoT Central: Add more notes about property query deprecation
2 parents 87035ec + 41fcb35 commit 398bef0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/iot-central/core/howto-query-with-rest-api.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Every IoT Central REST API call requires an authorization header. To learn more,
2929
For the reference documentation for the IoT Central REST API, see [Azure IoT Central REST API reference](/rest/api/iotcentral/).
3030

3131
> [!IMPORTANT]
32-
> Support for property queries is now deprecated in the IoT Central REST API and will be removed from the existing API releases.
32+
> Support for property queries is now deprecated in the IoT Central REST API and will be removed from the existing API releases.
3333
3434
[!INCLUDE [iot-central-postman-collection](../../../includes/iot-central-postman-collection.md)]
3535

@@ -102,6 +102,9 @@ The following sections describe these clauses in more detail.
102102

103103
## SELECT clause
104104

105+
> [!IMPORTANT]
106+
> Support for property queries is now deprecated in the IoT Central REST API and will be removed from the existing API releases.
107+
105108
The `SELECT` clause lists the data values to include in the query output and can include the following items:
106109

107110
- Telemetry. Use the telemetry names from the device template.
@@ -220,6 +223,9 @@ The time window value uses the [ISO 8601 durations format](https://en.wikipedia.
220223
221224
### Value comparisons
222225

226+
> [!IMPORTANT]
227+
> Support for property queries is now deprecated in the IoT Central REST API and will be removed from the existing API releases.
228+
223229
You can get telemetry or property values based on specific values. For example, the following query returns all messages where the temperature is greater than zero, the pressure is greater than 50, and the device ID is one of **sample-002** and **sample-003**:
224230

225231
```json

0 commit comments

Comments
 (0)