Hello, I'm trying to develop a web application that will accept a workstation name and allow me to return a list of possible matches. Then, the user can select the appropriate match and edit a UDF on the workstation. Basically, my company is looking to use this to accomplish a mobile inventory task and associate room # (UDF).
So....I have verified that the Servlet API works just fine for updating the UDF and actually got that static HTML page up on a webserver and working very quickly.
Now however, I have moved on to trying to accomplish the lookup so that my technician knows he/she is editing the correct record. This took me down the path of creating an ASP.NET web application with which I am definitely a novice.
Looking through the documentation, it would appear that I can use the CMDB API of yours to retrieve a workstation listing based on input criteria. Can you please give me an example of an HTTP POST string that I could use for testing, say just the basic string that I can use with Postman and if you happen to have some C# code in your repository, that would be great too.
Thanks so much in advance!