This is a REST API to support remote version checks, where you submit the Product Name along with your credentials and it will respond with the version of the product.
How to use/API documentation
The routes are protected and user must request a key from itsarch@iteris.com before being able to access the API.
With your key you can POST the Product Name at /api/versions, with the following format: {"productName":"The Product Name for which you want to know the version","user":"Your user name","key":"Your Key"}
The API will return the version # if it receives a valid product name from an authorized user otherwise it will return the appropriate error code.