Comments
-
I'm using it on 12.5.1 and feeling your pain. Takes a little while to figure it out, but worth it. Hoping more support is added for say custom fields on clients. Documentation: http://www.solarwinds.com/documentation/webhelpdesk/docs/whd_api_12.1.0/web%20help%20desk%20api.html?CMPSource=THW&CMP=ORGANIC#cf-set I found this…
-
Excellent post Ben! A couple other things I learned working with the REST API in powershell, c# and php. Sometimes the WHD returns JSON with square brackets, in c# you may need to trim those. Additionally on your PUT's you may need to add them. For those new to JSON (like me) square brackets denote a list or an array of…