REST API
How to I call rest API in Class file.
Discussion (1)0
Comments
Hi,
There are a few ways. Are you using Caché or Ensemble?
In Ensemble, you can use a REST Operation, as described here: http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY…
In a Caché class, you can use the %Net.HttpRequest class to issue any GET/POST request to a REST URL: http://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls?…
Steve