Search

Clear filter
Question
Daniel Bertozzi · Apr 13, 2022

Moving API data into external SQL instance without audits/persistence

Recently our team have been getting requests to pickup a large amount of data from API nightly (e.g. using ODATA to loop through pages) and placing that into MS SQL databases. My
Article
Robert Cemper · May 14, 2020

websocket-client-js * iris-native-api * docker-micro-server

Using the IRIS native API for Node.JS was the opportunity to presenta MicroService operating in a Docker container.A demo video is now also available to watch the demo
Announcement
Anastasia Dyubaylo · May 13, 2020

New Coding Talk: Using the IRIS Native API GitHub Template

on InterSystems IRIS Native API: ⏯ Using the IRIS Native API GitHub Template What’s the contest about? In the last year, InterSystems added and expanded Native APIs for Java
Question
Cindy Fawcett · Jun 28, 2021

API Manager Catalog "Try it Out" feature - TypeError: Failed to Fetch

Has anyone else seen this error? From the API Manager Catalog, I can select an API and use the "Try it Out" feature. An error is returned - TypeError: Failed to fetch. The same
Question
Yuri Marx Pereira Gomes · Jun 11, 2020

How do I publish my REST API using HTTPS?

When a publish my API, only HTTP is available. How do I publish my REST API using HTTPS? Hi Yuri, You have to use a proxy server to do that. Have a look at this git : https
Question
Colin Overton · Jan 19, 2023

How can I access cube metadata using the REST API?

Hi All, I'm looking to write a 3rd party front end for BI cubes and have been directed towards the REST API here: https://docs.intersystems.com/iris20222/csp/docbook
Article
Kate Lau · Mar 15, 2023

Walk through of deploying InterSystems API Manager (IAM) on AWS EC2

In this article, I am trying to walk through my deploying step of IAM on my EC2(ubuntu). What is IAM? IAM is InterSystems API Manageryou may reference to the link below to get
Article
Tani Frankel · Jan 19, 2021

Document Database (DocDB) - Sample REST API Calls - Postman Collection

For the benefit of those who want to use the Document Database (DocDB) capabilities within InterSystems IRIS, and specifically the REST API it provides, I put together a Postman
Question
Cindy Fawcett · Apr 12, 2021

API Manager - transform header from basic auth to bearer token

I am working with InterSystems API Manager product and I'm trying to solve an authentication problem. In our implementation, API Manager accepts basic authentication. One
Question
Galena Teneva · Jun 25, 2018

How can I connect Stream Data API with IRIS Plattform

Hello everyone,I just started to learn how to create a web application. My aim is to create a web app with IRIS, which streams financial data.Can I connect some streaming-data API
Question
CJ H · Aug 20, 2018

How to use %Dictionary API to retrieve some essences of the properties of the class

Given the class name, how could I leverage the %Dictionary API to 1. Get the ID Key field2. Check the ID Key field is Integer type.3. Given a property name, how could I check
Article
Sanjib Pandey · Mar 3

QueryResponse Interface Design and Development Guide Based on REST API in HealthConnect

Background: This guideline provides an overview of how to design and implement a REST API interface for querying patient demographic data from an Electronic Patient Record (EPR
Article
Vinicius Maranhao Ribeiro de Castro · Apr 2, 2020

Securing your APIs with OAuth 2.0 in InterSystems API Management – Part 1

in the following link here. However, with the advent of API Management tools, some organizations are using it as a single point of authentication, preventing unauthorized requests
Article
Vinicius Maranhao Ribeiro de Castro · Apr 2, 2020

Securing your APIs with OAuth 2.0 in InterSystems API Management – Part 2

In this 3-part series of articles, is shown how you can use IAM to simply add security, according to OAuth 2.0 standards, to a previously unauthenticated service deployed in IRIS
Article
Vinicius Maranhao Ribeiro de Castro · Apr 2, 2020

Securing your APIs with OAuth 2.0 in InterSystems API Management – Part 3

and invalidate access tokens. To list the tokens, send a GET request to the following endpoint of IAM’s Admin API: https://iamhost:8444/{workspace_name}/oauth2_tokens where