Search

Clear filter
Announcement
Jeff Fried · Nov 4, 2019

InterSystems IRIS and IRIS for Health 2019.3 released

Software Distribution site, with build number 2019.3.0.311.0. InterSystems IRIS Data Platform 2019.3 has many new capabilities including: Support for InterSystems API Manager (IAM
Article
Daniel Kutac · Sep 8, 2016

Ensemble and file outbound adapters - a small hint

single line!!! 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
Question
Eduard Lebedyuk · Mar 17, 2016

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

_ "'") do request.Get() } How can I get the full URL of where the request went? P.S. This is a working code for Bing Search API – Web Results Only . Actually - if you're going to do
Question
Andrei Luiz Nenevê · Feb 22, 2017

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

(see DeepSee REST API for MDX execution):User sends a queryServer immediately returns query keyServer executes query into another (jobbed) processSome time later user sends query
Article
Sean Connelly · Jun 7, 2017

Cogs.JsonClass 1.0

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 the JSON available. I mean, not only
Question
Ricky Beca · Jul 31, 2017

Posting to a REST service

: /// This operation does a POST request to a REST API and receives Auth token Class Production.Operation.NLPAuthOperation Extends Ens.BusinessOperation { Parameter ADAPTER
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
Article
Oliver Wilms · Apr 4, 2023

copy/sync system configurations and user accounts between IRIS instances to simplify user and configurations management

application. Lorenzo Scalese created config-api and config-copy apps available in Open Exchange. He suggests using the IRS-Config-API library in your application installer module
Question
Jonathan Wald · May 25, 2022

Data import/export

collections of named items) and _arrays_ (ordered collections of unnamed items). Individual nodes may be added, edited or removed using the DAO API. Finally, the finished AET (or subtrees
Question
Dmitry Maslennikov · Sep 21, 2020

%JSON.Adaptor export to %DynamicObject aka native JSON

know that I can do %FromJSON, but it looks like overhead, here. Look at this article, you can generate API implementation just from swagger specification. It generates a bunch
Announcement
Fabiano Sanches · Jan 31, 2023

InterSystems announces General Availability of InterSystems IRIS, IRIS for Health, HealthShare Health Connect, & InterSystems IRIS Studio 2022.3

an API method to mark a shard for removal. Once this method is issued, data immediately gets offloaded from the designated shard to other data nodes in the cluster
Article
Ron Sweeney · Nov 7, 2019

Export InterSystems IRIS Data to BigQuery on Google Cloud Platform

://cloud.google.com Using gcloud (Impress Your Friends): gcloud projects create iris2bq-demo--enable-cloud-apis With Terraform (Coolest): Create a main.tf file after modifying the values
Question
Yone Moreno · Nov 28, 2019

Iterate over object properties which name contains underscore

Hello, I would like to learn how to iterate over object's properties which name contains underscore _ For example, the API gives to us the following message
Question
Scott Roth · Apr 21, 2021

First REST Operation - Custom Header

I have a vendor that is sending an HL7 message. But when I asked for more detail about their mapping tables, they told me they typically don't supply that but supply an API
Question
Daniel Kutac · Mar 23, 2016

Web Development framework to share - anyone

to make it responsive enough.The easiest way to work with an REST-API is jQuery-ajax (for http-requests in general)I also use a Java-Class like structure for my scripts. Here