Search

Clear filter
Article
Alexey Maslov · Nov 17, 2016

ECP and Process Management API

this API had been implemented).
Article
Robert Cemper · Sep 14, 2020

IRIS Native API for ObjectScript

The Native API for ObjectScript follows the API used on other language platforms.
Article
Robert Cemper · Sep 17, 2020

Native API for ObjectScript Demo

The demo is based on the raw class descriptions.The data classes used are Address, Person, Employee, CompanyFor a more attractive demo, a JSONtoString method by ID was added. After
Article
Lorenzo Scalese · Apr 15, 2021

Environment setup with config-api

`` zpm “install config-api” ``` If you aren't a ZPM user, download the latest version in XML format with dependencies [release page](https://github.com/lscalese/iris-config-api
Question
Jabe Hammond · Aug 20, 2020

Ensemble to Salesforce API Integration

Salesforce has rest API, so you can use those.
Question
Florian Hansmann · Nov 10, 2020

.csp API Session Management

The react App is Rolled out as index.html.Everything Works Fine with the session Handling via Cookie.
Question
Laura Cavanaugh · Jul 26, 2016

Need a table or schema API

I need a Table or Schema API, and I can't find one. I found this: http://docs.intersystems.com/latest/csp/docbook/%25CSP.Documatic.cls?
Question
Renee Cannon · Mar 28, 2016

Is there an API for determining the size of a routine?

Is there an API I can call to determine the size of a routine in a CACHE.DAT file so that I don't have to directly reference the ^ROUTINE global?
Article
Julio Esquerdo · Feb 14

HTTP and HTTPS with REST API

First let's publish our API.
Question
Thembelani Mlalazi · Sep 28, 2022

How to secure a REST API

giving that resource to people who need to access the API.
Question
Jens Cheung · Aug 10, 2022

API Calling from Ensemble?

I'm trying to develop monitoring API for the following requirements: Component status - indicates whether the component (service, process or operation) up/enabled or down/disabled
Article
Thomas Daniels · Sep 3, 2019

IRIS Native API for Python

For a deeper dive into the API, you can visit the documentation. The native API is also available for Java, .NET and Node.js.
Question
Martin Nielsen · Jul 15, 2024

Swagger generation for REST api

/mgmnt" ex: http://localhost:52773/api/mgmnt/v1/learning/restapps.
Article
Samuel Thomas · Sep 23, 2024

IRIS-API-Template introduce

# IRIS-API-Template This is a REST template that can send REST messages to production and control interfaces through Servicer, processes, and operations --- ## How to use it
Article
Yuri Marx · Dec 3, 2021

ObjectScript REST API Cookbook

Creating REST API using InterSystems ObjectScript is very easy, but some recipes can help you into this process: 1) To create your REST API extends %CSP.REST and Go to System Administration