Search

Clear filter
Question
Utsavi Gajjar · Apr 15, 2021

Best practices for implementing REST Interfaces in an IRIS Production

Hello Everyone, We are currently in process of implementing REST APIs using IRIS and we are also looking at using Intersystems API Manager. Our aim is to implement
Question
Scott Roth · Jun 29, 2023

REST/SOAP calls from a Function question

Epic has a bunch of API Soap calls that I have used in the past by directing the request/responses through a Business Process to retrieve information. I want to make it easier
Announcement
Anastasia Dyubaylo · Jun 6, 2020

New Coding Talk: IRIS Python Suite – Installing Running and Using

Hi Developers, Please welcome the new video, specially recorded by @Renato.Banzai for the InterSystems IRIS Native API Programming Contest: ⏯ IRIS Python Suite
Question
CJ H · Jul 17, 2018

Programmatically create database and namespace

Is there any COS API to create the database (with designated path) and the namespace ?Also, the API to attach a given database to a given namespace?Thanks. Yes. Use
Question
Tom Philippi · Jan 8, 2018

Processing multiple SQL-rows at the same time using SQL Inbound adapter

I have a database which needs to be synced to another system and considering to use the SQL Inbound adapter to 'watch' the database. The other system, however, has a bulk API so
Article
Nikolay Solovyev · Jun 21, 2023

Telegram Adapter for InterSystems IRIS

exchange. By leveraging the capabilities of the Telegram API, the adapter allows developers to build robust chatbots, automate tasks, and integrate Telegram with InterSystems IRIS
Announcement
Jeff Fried · Mar 31, 2020

Health Connect 2020.1 is GA (Generally Available

Productivity Tools API Management InterSystems API Manager Open API/Swagger Specification-First REST Development New Look in the Management Portal SQL Enhancements
Announcement
Nina Nif3 · Sep 8, 2023

AI internet navigation assistant

Architecture Environment Setup Environment Variables: The application loads environment variables using dotenv to securely manage sensitive information such as API keys.Flask
Question
Thomas Kotze · May 25, 2023

Getting IAM license

Hi, I am trying to get the API Manager up and running. I have enabled the application and IAM user and changed password. when we run the iam_setup.sh I get the following
Question
Trung Vu · Jul 31, 2017

Streaming data from Cache

the Cache database is retrieved through a REST API by a front-end program. The REST API is static -- it just gives the front-end all the data in the database at the time it was called
Question
Carina Mueler · Sep 7, 2018

How can I create properties (DocDB, Python

-server-model for loading the data into IRIS)I use curl methods and convert it in Python code with:curl.trillworks.com/#pythonMy code so far: url = "http://127.0.0.1:52773/api/docdb
Article
Henrique Dias · Jan 13, 2022

How to find the dataset you need

famous data sources. This way, we can be empowering the users to find and install the desired dataset in a quick and easy way. ## Socrata The Socrata Open Data API allows
Question
Md Asif Khalil · Jun 7, 2020

How to call custom persistent class when any Error, Alert or Warning created into Ens_Util.Log table

Hi All, I have created a custom method into persistent class to call vendor Rest API from Ensemble that is working fine through Terminal, but my concern is: I want to call only
Question
Con Skordis · Apr 16, 2021

Embedding Google Maps in Zen PDF report

. Thank you You can use <img> tag and get a Google Maps image using Static GMaps API Documentation for <img> https://docs.intersystems.com/latest/csp/docbook
Question
Daniel Kutac · Feb 6, 2018

Quick list of classes within a package

Is there an API that would list classes within a given package? I can't find any. I do have a workaround that uses class index, but this query lists all classes available