Response data RESTful web

Hi, I haven’t used Ignition till now and I would like to know if the received data from a restful web configuration can be stored in some way. Can I create tags that will contain the data received in response?

Yes, you can use a timer script to query the web api, typically using system.net.httpClient(), and write the relevant parts of the response to one or more memory tags.

If you describe what you are trying to receive (the endpoint) and the purpose of it, we may be able to give you a code example :slight_smile:

I want to use system.ws.runWebService. Can I use system.net.httpClient () for RESTful web? Is there a script to update data automatically?