Search

Clear filter
Announcement
Andreas Dieckow · Sep 7, 2018

Atelier 1.3 Stable Release

Client requests to the server now respect the API version supported which was previously causing errors.Secure Storage - Valid changes to Eclipse secure storage made outside of Atelier
Question
Alexey Maslov · Jun 14, 2018

How to get rid of JRNREST annoying questions?

class methods as I need to perform some data transformation, and it seemed that the clearest way to achieve it was to read journal file record by record using %SYS.Journal.Record API
Article
Evgeny Shvarov · Apr 14, 2019

The Double Indirection or Yet Another Way to Process Data Arrays in InterSystems IRIS

This ObjectScript flexibility could be really helpful if you build API, or libraries, which work with a large amount of persistent data.
Question
Vivian Lee · Nov 18, 2021

Create Calculated Property in Persistent Class based on Relationship

I was looking to create a calculated field since my Question class extends AppS.REST.Model.Adaptor and the JSON returned from the GET request 'api/standard/question' would include the
Article
Evgeny Shvarov · Mar 7

Building AI Agents with interSystems IRIS - What do we mean?

Note - the "proxy" approach would also serve the role of "API gateway" in e.g. https://blog.christianposta.com/the-updated-mcp-oauth-spec-is-a-mess/
Article
Alex Woodhead · Jun 13, 2023

LangChain on InterSystems PDF documentation

The documentation has description of settings, and a deployment has a cpf / api to allude setting values, so maybe it is possible for AI to describe the nature of a deployment or support
Question
TAZ.R · Jul 16

Issue Injecting OAuth Secrets (client_id/client_secret) into IRIS Productions in Docker

In the IRIS terminal, I can successfully retrieve these environment variables using $System.Util.GetEnviron("api-clientid") and $System.Util.GetEnviron("api-clientsecret").
Article
Rob Tweed · Jun 22, 2016

Creating Node.js Web and REST services on a Caché system using EWD 3

/download/ewd-document-store.pdf Via the cache.node APIs you can also invoke Extrinsic Functions (this.db.function) and access Cache Objects / Classes.
Article
Yuri Marx · Feb 25, 2021

Day 3: Developing with InterSystems Objects and SQL

amp;sql(INSERT INTO Sample.Person (Name, Age, Phone) VALUES (:name, :age, :phone) If you need process data in batch use SQL, if you process a single record, use Persistent Object API
Question
Sorin Fratila · Feb 4, 2021

Development and production servers with GIT as version control

Hi, So I am a front end developer working with REST API with Cache database on the BE.
Announcement
Anastasia Dyubaylo · Sep 7, 2023

InterSystems Developer Ecosystem Summer News 2023

requests and responses received and processed in webgateway pods Using OAuth 2.0 / OIDC for single sign-on to an IRIS REST application Machine Learning in IRIS using the HuggingFace API
Article
Muhammad Waseem · May 28

From Legacy to FHIR: Bridging Healthcare Data with IRIS-FHIR-Bridge

CCDA to FHIR Conversion Conversion Accepts CCDA XML documents via a RESTful API and outputs structured FHIR JSON.
Question
Nicki Vallentgoed · Nov 8, 2024

External language server IRIS to IRIS?

There are other methods corresponding to APIs in other languages.
Article
Renato Banzai · Jun 1, 2020

IRIS Python Suite - A Hitchhiker's guide to the ^Global - 1

# Making a Chart using Intersystems IRIS + Python How to use the IRIS Native API in Python to access globals and plot some charts. ### Why Python?
Article
Evgeny Shvarov · Mar 20, 2020

COVID-19 Analytics on InterSystems IRIS

Demo runs using InterSystems IRIS Community Edition docker container and exposes InterSystems IRIS BI dashboards using DeepSee Web representation layer via MDX2JSON REST API.