Reading Telemetry from IOT central through Rest API

Muzna Naeem 1 Reputation point
2022-06-06T22:28:26.827+00:00

I have successfully created IOT central devices but I am facing trouble reading data from telemetries into my react native app.

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
359 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Dom 1,631 Reputation points Microsoft Employee
    2022-06-07T05:21:55.297+00:00

    You can use the query REST API to retrieve telemetry values from IoT Central. See https://learn.microsoft.com/azure/iot-central/core/howto-query-with-rest-api for more details.

    0 comments No comments

  2. Sander van de Velde | MVP 31,116 Reputation points MVP
    2022-06-11T11:45:30.46+00:00

    Hello @Muzna Naeem ,

    the answer from @Dom provides you with the tools to query IoT Central for telemetry.

    Next to that, did you explore the data export in near real-time functionality?

    IoT central can send received device data to various endpoint, both in Azure and in any other cloud:

    210445-image.png

    IoT Central only keeps incoming data available for 30 days so this is more ideal to handle device data.

    0 comments No comments