Exercise
In this exercise, you will learn how to run APIs on Swagger and Postman.
-
Go to your RTDIP Swagger page and click the green Authorize button on the right.
-
Call a
Raw Getquery to retrieve some data from your time series data source. -
Now call a query to
Resample Getthis data to a 15 minute interval average. -
Convert the resample query to an
Interpolation Getquery that executes thelinearinterpolation method. -
Finally, try calling a
Time Weighted Average Getquery on the data, withStepset to False.
Additional Task
-
Similarly, on Postman, run
Raw Getto retrieve some data from your time series data source. You will need to pass a bearer token in the Authorization section. -
Repeat exercise 2-5 using Postman.
Course Progress
- Introduction
- SDK
- Power BI
- APIs
- Overview
- Authentication
- Swagger
- Postman
- Exercise
- Excel Connector