Description In retrieving cameras in the API, a user can determine how long the camera has been connected by looking at lastConnection. However, for some cameras this value may be Null even though the camera connected state is connected. <br> Tested Version 4.0.0 <br> Platform [All] <br> Steps to reproduce Make a request to http://webservice.exacq.org:8080/api/cameras/?slug=rootexacqvision-linux-server2556166 <br>… Continue reading ESM API for getting camera may show incorrect last Connection
Tag: ESM API
ESM API exacqVision Server License Filter by isCurrent does not work
Description https://tyc100.exacq.net/api/servers/tyc100er1249023085/licenses/?isCurrent=True When using the above API, the isCurrent filter does not properly filter out the old licenses. A similar filter works on the generic API for all servers. https://tyc100.exacq.net/api/servers/licenses/?server=tyc100er1249023085&isCurrent=True <br> Version Introduced 4.1.7.95208<br> Platform All Platforms <br> Steps to reproduce Verify that the link:https://tyc100.exacq.net/api/servers/tyc100er1249023085/licenses/?isCurrent=True only returns licenses with isCurrent field set to true<br> Expected… Continue reading ESM API exacqVision Server License Filter by isCurrent does not work
ESM API api/docs does not support file upload/download
Description If using esm api docs at /docs/api, any file upload/download action will not work. The documentation does not even provide the correct input to upload/download files. <br> Version Introduced v3.8.0.89234 <br> Platform All. <br> Steps to reproduce Navigate to http://esmhost/docs/api, once fully loaded,Click on systemClick on [GET] /api/system/logs/bundle/Click on [Try it out!] <br> Expected… Continue reading ESM API api/docs does not support file upload/download
ESM API cannot filter on NULL or dates
Even though you are able to attempt to filter on NULL or a date, it does not work on any endpoint that provides a date field attribute. <br>
ESM API documentation is not always accurate
Issue When viewing endpoints, the example response may not actually match the response when you use the ‘Try it Out’ button. Also, some attributes may specify it returns a string but instead it returns an integer. It is recommended to utilize the ‘Try it Out’ button for the API you wish to use as how… Continue reading ESM API documentation is not always accurate