Search

Clear filter
Question
Sylvain Guilbaud · Jan 5, 2024

SFTP connection problem

red until there is a new "ConfigItem" and this therefore sends us an alert email and above all passes our production in error on our supervision tool which is connected to the Iris API
Question
Ricky Beca · Jul 31, 2017

Posting to a REST service

Here's a sample BO that does POST request: /// This operation does a POST request to a REST API and receives Auth token Class Production.Operation.NLPAuthOperation Extends Ens.BusinessOperation
Discussion
Andre Larsen Barbosa · Nov 10, 2020

Why change?

You just choose the access API you want to use. You want some sort of summary for your data? Use SQL! Do you want to work extensively with one record? Use objects!
Question
Scott Beeson · Jan 21, 2016

Custom function to retrieve environment?

personally i would use set mode=$System.Version.SystemMode() which is documented and therefore a supported API. This package provides a wealth of classes and methods.
Question
Rob Bieman den · Dec 11, 2020

HL7 2.4 ADT messages (MLLP) to JSON format?

%ToJSON() - that will serialize the object to JSON String which you can then assign to a Property of an HttpRequest and post it to the Saleforce API.
Question
Andrei Luiz Nenevê · Feb 22, 2017

What's the best way of doing Reports in Zen Mojo.

To avoid that make your REST service logically asynchronous (see DeepSee REST API for MDX execution):User sends a queryServer immediately returns query keyServer executes query into
Article
Sean Connelly · Jun 7, 2017

Cogs.JsonClass 1.0

This might give you some help planning how to mimic package-to-folder exportation.https://github.com/rfns/portNow this is just an idea: I think you should make an API for serializing
Question
Eduard Lebedyuk · Mar 17, 2016

How to get full URL from %Net.Request object after request

This is a working code for Bing Search API – Web Results Only .
Article
Daniel Kutac · Sep 8, 2016

Ensemble and file outbound adapters - a small hint

So, checking whether we provide a better adapter API I found PutStream() method. Bingo!, that's the right one, it doesn't open the stream every time, just writes to it.
Question
Vikram Annadurai · Aug 10, 2019

What is difference between zen page and zen application

are perfectly fine, but I would like to add that if you are new to ZEN (and have to build up your knowledge) and want to build a web application, I would advise you to build your APIs
Announcement
Jeff Fried · Nov 4, 2019

InterSystems IRIS and IRIS for Health 2019.3 released

InterSystems IRIS Data Platform 2019.3 has many new capabilities including: Support for InterSystems API Manager (IAM) Polyglot Extension (PeX) available for Java Java and .NET
Question
Michael Davidovich · Apr 23

Debugging %Net.HttpRequest

This recently manifested itself in a process where we are calling a bunch of APIs and it got stuck.
Article
Evgeniy Potapov · Feb 27, 2022

Comparison of Python&Dashboards

Low-level libraries like Matplotlib let you do whatever you want, but at the expense of a more complex API.
Question
Timothy Leavitt · Jan 3, 2023

Putting standard CSP login in front of a web application with a REST dispatch class

(Context: I'm using %CSP.REST with other stuff behind it, not actually a REST API.)
Question
Steven LeBlanc · Apr 25, 2017

Should calls to a third-party web service go through ESB (Ensemble)?

I'm asking this best-practices question on behalf of a customer.They have a Caché-based application, and an Ensemble production deployed in front as an ESB to provide web service API