function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ttrieuttrieu 

calls to the API directly Javascript

Hi,

  I read that it's possible to make calls to the API from javascript, but I would "need to use MSXML as a com object embedded in your page".  How would I go about doing this? 

I appreciate any help in getting me started

Tan

DevAngelDevAngel

HI ttrieu,

First, you should become familiar with MSXML.  Once you have the setps for interacting with the API are to set the end point and then compose an xml message.  The msxml doc will tell you how this is done.  You need to use the low-level msxml interface to do this.