...s details using C# ?
I read all the quick start documentation about WC1 - API :
- create groups in web application UI and retrieve all top level groups is done > "GET" request .
- make screening request to post new screen case is done > "POST" request.
- my problem is : when I want to retrieve case results details by using {case system id} the response give to me a message > "Un-authorized - with code 401" here is my code in this text file link :
get-screen-case-results-problem.txt
Is there any solution ?