Hi,
I am wondering if it is at all possible to use data stored in a TimeXtender table as variables in a REST API call.
I have two use cases that hopefully explain what I am trying to achieve
A combination of two REST API's where one requires the output of the other:
The first one retrieves all possible classes that can be attended, the second one retrieves all people enrolled in such a class. But the class name is a parameter in the header.
I'd like to store the class names in a table and then loop through them (not sure if that's the way to go) and request all enrolled students.
A Machine Learning function
In, for example, Azure Machine Learning Studio I am able to host a model using a REST API.
Then, I can call the model and by inserting the parameter values I receive a predicted value. I'd like to do this in the data warehouse since it saves time compared to requesting it every time a dashboard reloads.
But again, I'd need to input values from a TimeXtender table.
Is there a recommended way to approach this using just the TimeXtender toolset (including RSD files)?