Search

Clear filter
Question
Michael Davidovich · Oct 31, 2022

Using %session with /api/mgmnt/ Service generated classes

When using /api/mgmnt/v2 to implement a spec first approach to REST API development, I am unclear how I can utilize sessions (i.e.
Question
William Glover · Dec 19, 2022

Running a classmethod from c# via Atelier API

Using Atelier API, for such task looks a bit strange. Did you look at the documentation about what is available for direct use in .Net?
Question
Gautam Rishi · Jun 25, 2023

custom internal server error message in REST API

Hello all,I am creating a REST API with a spec-first approach. However, I am using the try-catch method to handle any exception if any occurs.
Question
David E Nelson · May 25, 2016

Web Applications for DeepSee REST Services and JavaScript APIs

According to the documentation (2016.1) we can use either a system defined web application (/api/deepsee) or create a custom web application for handling requests.
Article
Tom Fitzgibbon · Mar 4, 2016

RESTful API Call From Cache to Particle.io Electron

RESTful API Call From Cache to Particle.io Electron Tom Fitzgibbon | Multidata | 212-967-6700 x537 | tom@mul.com Summary: Simple Blink Tutorial for Particle.io Electron Device from
Question
Steven LeBlanc · Dec 17, 2015

API equivalent to 'Recreate a database' option in ^DATABASE routine?

Is there a way to accomplish this programmatically through a supported API, other than scripting the ^DATABASE routine?
Question
Sharafath Fazil · Aug 10, 2020

How to integrate IS with external API ? Ex: VideoCall Service

I want to integrate any video call service with IS? Can someone help on this ? what do you mean by integrating with IS? Is it just Integrating with application working on IS? Years
Announcement
Anastasia Dyubaylo · Mar 3, 2021

New Video: IRIS-REST-API-DATABASEMANAGER Demo

Hey Developers, Enjoy watching the presentation of the IRIS-REST-API-DATABASEMANAGER app that allows you to create persistent Tables and Data in InterSystems Cache Database: ⏯
Announcement
Rob Tweed · Nov 25, 2020

mgweb-server: REST API development for Legacy Systems

It's a different and alternative approach to using IRIS for REST APIs that you might find interesting.
Question
Evgeny Shvarov · Dec 8, 2020

REST API which accepts SQL and returns JSON

Do we have an embedded REST API in IRIS which accepts arbitrary SQL and returns data in JSON? Or if anyone did something like this?
Article
José Pereira · Dec 26, 2020

Using the IRIS Analytics Business Intelligence REST API

Did you know that you can get IRIS Analytics features as an REST API?
Announcement
Anastasia Dyubaylo · Apr 16, 2020

New Tags: InterSystems API Manager (IAM) and IntegratedML

Hi Community, We introduced 2 new tags for the posts: ➡️ InterSystems API Manager (IAM)➡️ IntegratedML Please check the full list of DC tags.
Question
Ben Spead · Dec 21, 2019

API for looking up server name based on IP?

Does anyone know of an API that will do a hostname look-up based on IP?
Question
Kristina Roberts · Sep 16, 2019

Adding a new field to a web service API call

Currently one of our applications, coded in Cache, performs web service API calls out to one of our vendors.
Question
Jimmy Christian · Jul 11, 2019

POST Not working for REST API - Method not found Error

%ToJSON())If objHttpRequest.Send("POST", "/api/v1/create") {Set objHttpResponse = objHttpRequest.HttpResponseIf $IsObject(objHttpResponse.Data) { Set objStream = objHttpResponse.Data