Search

Clear filter
Article
Renato Banzai · Jul 28, 2022

Dealing with large content in Python Native API

Hi developers! In this article I’m going to explore the use of Iris Python Native API in a specific problem: large strings to store. ## Why Python Native API? Python Native
Announcement
Anastasia Dyubaylo · Sep 10, 2021

Video: Best Practices for InterSystems API Manager

Hey Community A new video is already on InterSystems Developers YouTube ⏯ Best Practices for InterSystems API Manager Learn how to setup your services and routes
Question
Vivek Nayak · Jul 27, 2021

Consume Third party API from Iris

Hi Team, I want to consume(call) third-party API by passing JSON as a request from Iris. I'm about to go down the same path here. I have a rough idea of what I need to do
Article
Yuri Marx Pereira Gomes · Jun 27, 2020

Develop Service Oriented API or SOAP services

Using SOAP Web Services or REST API Resources, if you want to deliver strategic digital assets for your organization, SOA aproach is an excellent option. The InterSystems IRIS
Question
William Glover · Dec 14, 2022

Creating a Deployed class using Atelier API

I have been creating classes using the below REST url. http://localhost:57772/api/atelier/v1/ENSDEMO/doc/Demo.HL7.MsgRouter.TestDemo.cls The only caveat is that I want
Question
Thomas Vessiere · Jan 13, 2023

SSL/TLS Error for request to external API.

: Test : Hi Thomas. Are you trying to connect to the same API endpoint from Test and Live? Is it possible that the end point is performing IP filtering so your request from the Live
Article
Elliott Grey · Mar 7, 2023

Creating a REST API with JWT Authentication in ObjectScript

# Foreword InterSystems IRIS versions 2022.2 and newer feature the ability to authenticate to a REST API using JSON web tokens (JWTs). This feature enhances security
Question
John McBride · Jun 7, 2023

ZPM / IPM private registry API spec?

Is there a API specification for the ZPM / IPM package manager for anybody that would like to implement their own registry? I believe this is what you're looking for: https
Question
Yone Moreno · Nov 12, 2019

REST API outputs SSL Configuration error‽

Hello good afternoon! We're testing a REST Operation, to View Devices using OneSignal API We are sending the request from Production's Operation Test tool, using the following
Article
Eduard Lebedyuk · Nov 20, 2019

Developing REST API with a spec-first approach

In this article, I would like to talk about the spec-first approach to REST API development. While traditional code-first REST API development goes like this: Writing code
Article
Guillaume Rongier · Mar 26, 2021

IAM (InterSystems API Manager), Zero to Hero

. Introduction](#1-introduction) - [1.1. What is IAM ?](#11-what-is-iam-) - [1.2. What is an API Management ?](#12-what-is-an-api-management-) - [1.3. IAM Portal](#13-iam-portal
Question
Jimmy Christian · Nov 23, 2019

REST Api Response META NAME ROBOTS

Hello community, I have a very simple REST API connection doing a POST of JSON messages via AZURE APIM. It worked successfully for few weeks until a day ago when i started
Article
Yuri Marx Pereira Gomes · Jan 5, 2021

Mock REST API or SOAP services on the Internet

Hi Community, The Mockable.io (https://www.mockable.io/) is an online service to deploy REST API or SOAP services in seconds. This is useful to test the consumption of an API
Article
Evgeny Shvarov · Mar 3, 2021

REST API That consumes SQL and Returns JSON

Hi folks! Sometimes when we develop a mockup or PoC there is a need for a simple interface that will provide data in IRIS in JSON against SQL queries. And recently I contributed
Question
Daniel Kutac · May 31, 2016

API to retrieve MDX from a save pivot?

Hello,is there any API available that would return an MDX query string for a given saved pivot name? I could not find anything except for pivots with manual MDX. But that's not my