Search

Clear filter
Question
Evan Gabhart · Sep 24

How to Merge Contents from Multiple Routine Databases into a Common Target Database

Relevant References: - Tools and methods for working programmatically with routines [1].Sources:1.Routines (Tools/APIs) | InterSystems API Index | InterSystems IRIS Data Platform 2025.1
Question
Martin Nielsen · Jan 23

%REST.API swagger specs generation from comments / response type

As you know the swagger is used to design the API documentation first, and then build the REST API based on that design.
Question
Daniel Kutac · Jun 1, 2016

Passing a parameter with slashes to the REST call

My only problem now is that my api specification says the route is /patients/{patientRef} and because we are using the iris api/mgmnt api to auto generate rest classes based on Swagger
Article
John Murray · Sep 7, 2023

One reason for VS Code being unable to connect to your server

The site's servers had been configured to use delegated authentication, but the "Delegated" checkbox hadn't been set against the /api/atelier web application, which is what the members
Question
Tani Frankel · Dec 20, 2021

Couchbase Adapter?

What connection method did you choose - for example REST API / .Net or Java SDK? Thanks! Couchbase has JDBC and ODBC drivers.
Question
sween · Sep 19, 2022

Missing Package Mappings for Created Namespaces I4H Preview 4

In most cases we provision with apis like: zn "FHIRDB" Do ##class(HS.FHIRServer.Installer).InstallNamespace() Also noticed something that may be related on HealthConnect Preview
Question
Thembelani Mlalazi · Jun 13, 2019

How to send commands to the Window Command prompt directly

There may be built-in api's that will allow you greater control over the process see this article Execute Server Commands from Caché / Ensemble / IRISand the related example in OpenExchange
Announcement
Anastasia Dyubaylo · Feb 25

[Video] Coding InterSystems ObjectScript with Copilot

This screencast covers "Hello, World," global manipulation, class creation, and building a simple REST API application.
Question
diba · Jun 9, 2023

E2E Test Automation solution

I'm looking for API Automation mainly with a touch of UI and DB validations. that's why I was looking E2E solution with all test types covered.
Question
Kelly Blake · Jul 6, 2021

Unable to retrieve data from client via httpRequest

The API has only one URI parameter {id} for which you need to pass UniqueIdentifier(will let you know exact value later).
Article
Alex Woodhead · Jun 19

Innovating for Generative Elegance

All without any redesign or parallel API effort: See: Gradio view-api-page Many legacy systems can interoperate with HTTP(S).
Announcement
Brian Fives · Jun 21, 2018

New Video: Treating Patients with REST and iKnow

New video "Treating Patients with REST and iKnow" is available now on DC YouTube Channel: Task: Leverage unstructured data through iKnow’s REST APIs and other productivity-enhancing
Article
Ashok Kumar T · Aug 5

IrisTest – Simplifying Unit Test Report Generation

With support for both interactive usage and API-based automation, IrisTest offers maximum flexibility.
Question
Yuri Marx · Nov 2, 2020

Html Form Upload and EnsLib.HTTP.InboundAdapter sample

Here's how you can create a REST API and call production from it.