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 Get
query to retrieve some data from your time series data source. -
Now call a query to
Resample Get
this data to a 15 minute interval average. -
Convert the resample query to an
Interpolation Get
query that executes thelinear
interpolation method. -
Finally, try calling a
Time Weighted Average Get
query on the data, withStep
set to False.
Additional Task
-
Similarly, on Postman, run
Raw Get
to 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