Search

Clear filter
Announcement
Dan Leroy · May 10, 2016

Looking for Caché developers to work on a REST API

The API is up and running but we need another developer to add new features and keep up with demand.Experience with Amazon AWS is highly desired as the api is running on Windows in
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 a
Article
sween · Dec 7, 2020

IRIS Python Native API in AWS Lambda

At the time of this commit, the api is not available via pip, but we are resourceful and can roll our own.
Article
Yuri Marx · 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.
Question
Jason Melton · Aug 16, 2017

HealthShare and NHS Care Connect FHIR api

HI, Has anyone implemented the NHS Care Connect profile in HealthShare and if so could you share the steps you took?I am not looking to integrate it into the SDA model, Just looking
Announcement
Anastasia Dyubaylo · Apr 3, 2020

New Video: InterSystems API Management and FHIR

More about InterSystems API Management. Stay tuned! 👍🏼
Article
Yuri Marx · 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.
Question
Gunwant Kapade · Sep 22, 2019

How to run REST API through browser

Hello friends, I am trying to create REST API in Cache.
Question
Thomas Kelleher · Dec 21, 2018

How to expose Cache data as an OData API?

From what I am reading about the OData specification, it is just a standard further clarifying on how to further structure your REST api beyond the general REST guidelines.
Article
Evgeny Shvarov · Mar 11

Swagger API for FHIR in InterSystems IRIS For Health

Often, while developing a frontend app or any other communication vs REST API, it is worth having a Swagger UI - a test UI for the REST API that follows Open API 2.0 spec.
Question
Susobhan Pandit · Nov 24, 2017

Consuming REST API from Cache Objectscript

sample for consuming the REST API from a routine/class.I am using Cache 2008 (No Ensemble) .
Article
Benjamin De Boe · Oct 18, 2022

Keeping the API happy - SQL utilities cleanup

In most of our REST APIs (such as /api/deepsee/ and /api/iknow/*), we baked a version number into the APIs URL itself (e.g.
Article
Renato Banzai · Jul 28, 2022

Dealing with large content in Python Native API

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?
Question
Yone Moreno · Nov 12, 2019

REST API outputs SSL Configuration error‽

it tells us error of SSL Configuration: It should be noted that the test was done without https, to: set path = http://onesignal.com/api/v1/players?
Article
Eduard Lebedyuk · Nov 20, 2019

Developing REST API with a spec-first approach

InterSystems IRIS supports Open API Specification (OAS): OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs.