Re: [rt-users] Need help getting REST API calls to work using WinHttpRequest from VBA

2016-04-18 Thread tim
By using the following code placed into a class called clsRT_Ticket I was able to create RT Tickets within VBA successfully. Hope this helps others that have run into this issue with VBA. 'Must Include Microsoft WinHTTP Services, version 5 (winhttp.dll) in your reference 'NOTE: to call

Re: [rt-users] Need help getting REST API calls to work using WinHttpRequest from VBA

2015-05-04 Thread Guadagnino Cristiano
Hi, you will probably find what you need by looking at the source code of my RTChecker project. Look here: https://www.assembla.com/spaces/rtcheckerv2 Hope this helps Cris On 05/01/2015 04:39 PM, Tim Elkin wrote: Our goal is to create a Ticket in RT using VBA using the WinHttpRequest object.

[rt-users] Need help getting REST API calls to work using WinHttpRequest from VBA

2015-05-01 Thread Tim Elkin
Our goal is to create a Ticket in RT using VBA using the WinHttpRequest object. We understand that there are 2 login pages involved with RT. So, first we log into the first RT login page using using a POST request and passing the username and password using the SetCredentials function of the