Could Component Python Script get data from other system by Web API?

I want to get data by Web API to control the component behavior, is it feasible?

Yes, of course. This is also possible in Python as well. Just do the server request to get back XML or JSON data, for example, and then go from there.

1 Like