Tag pulling data from API Rest

Hi,
I’m wondering if it’s possible to set a tag to pull data from an API Rest.
I would like to, such I get data from a SQL for instance, get the tag value from an API Rest?

Is this possible?

Hi,
Were you able to figure out how to pull a tag value from an API Rest?
If so would you share how it is done? I am starting a project where I will need to do this and haven’t found any resources on it.
Thank you

There isn’t an HTTP tag type or anything like that, but a timer script that polls your API and writes the results into memory tags seems like a pretty easy approach.

https://docs.inductiveautomation.com/display/DOC81/system.net.httpClient

1 Like

Thank you Kevin! That will help immensely