Accessing Ignition Data from a 3rd party web app

Hi,
I was wondering if I can access my ignition project from a web application. I think I will need to employ some kind of REST API to achieve this but I could not find any documentation on this.
Thanks for your assistance.

Thanks,
Meera.

You can add your own API to Ignition using the WebDev module. Actually, you can add all kinds of custom content, but an API is among the simpler tasks. If you search this forum for “WebDev”, you should find enough to get you started.

3 Likes

Also Sepasoft has a module called “Web Services” that is getting used by folks for that very thing - gives you REST and SOAP endpoints and is of course scriptable and customizable.

Info here:https://www.sepasoft.com/web-services/

and in more detail from the KB here: https://help.sepasoft.com/docs/display/MHD/Web+Services+Overview

and from the online training manual here: https://help.sepasoft.com/docs/display/SMTM/Web+Services

1 Like

As others have mentioned, you can do this with the Web Dev module. It sounds like you may already have your web application written, but we actually just published a blog post about how you can build a web front-end for Ignition.

Actually, I did not solve this issue but the WebDev post did give some direction. I am using Angular and get the feeling that I need to write a custom API for the app and Ignition to communicate with each other; which I have not been successful yet.