I want to create a web service(in .net) that would get information from HP Service Manager. I know I can use GET in the RESTful API to get the information I need. I just don't know where to start. I've been trough the documentation but since this is my first time doing this I could use some help to get started.
I have been reading the document here on the RESTful API. This is some examples
•/incidents?field1=value1&field2=value2 //Simple Query
•/incidents?query=&sort=number:ascending //Service Manager Native Query
I have never worked with web service before so it can be hard for me to understand what exactly this means.