Nx - API call in Ignition
AnsweredHi, I am trying to write an API call to get image thumbnails of a camera in Inductive Automation's - Ignition (which is a "Jython" based software platform). Can I please get some assistance with this?
-
Hi djT,
The Nx API is a standard CRUD REST API, so it does not matter if you are using Jython or Python or JS.
What you need to do is to issue the HTTP request and handle the request/response accordingly only.You may check with the document of Jython to show you how they raise HTTP request.
The API you can use for camera thumbnail is /rest/v2/devices/{id}/imageFor more API detail, it is suggested you visit the API document.
0
Please sign in to leave a comment.
Comments
1 comment