Search

Clear filter
Article
Mihoko Iijima · Mar 5, 2021

[InterSystems IRIS for the First Time] Interoperability: What a Production is

You can see that the weather information is retrieved from the Web API and sent back in the **light blue frame**.
Question
karthik siva · Jun 20, 2018

%ProcessError+6 ^%Net.Remote.Proxy.1 error occurs inconsistently

ZWrite %objlasterror Set api = ##class(writetofile.WriteFile).
Article
José Pereira · Jan 30, 2024

Converting generic data into FHIR with IRIS-FHIRfy

tab=readme-ov-file#api) - [Using a Web Application](https://github.com/jrpereirajr/iris-fhirfy?
Article
Ward De Backer · Oct 28, 2021

Developing state of the art web apps with Node.js (QEWD-Up) back-end + NuxtJS/Vue.js front-end

I wrote a step by step tutorial in the qewd-howtos repository how you can write state of the art multi-page web apps with Node.js using a QEWD-Up WebSocket/REST api back-end integrated
Article
David Hockenbroch · May 9, 2024

Microsoft 365 - Events and Tasks

On HTTP get requests, the graph API supports some OData filtering.
Question
Gabriel Silva dos Santos · Jan 17

Problems with data replication in Caché 2016.2

So far, I’ve tried various approaches, including: Setting up an intermediary API, Using Azure Service Bus, Leveraging Caché Jobs, All of which rely on table triggers as the entry
Article
Ariel Glikman · Mar 8, 2024

IKO - Lessons Learned (Part 4 - The Storage Class)

- /csp/sys - /csp/broker - /api - /isc - /oauth2 - /ui - /csp/healthshare alternativeServers: LoadBalancing
Question
Andre Wessels · Dec 21, 2019

How to resize an Image in classmethod

If speed is an issue you can consider using high-level MagickWand API (here's resize example) or low-level MagickCore API (here's resize functions) via Callout functionality.
Question
Hansel Rudy Stange Gaete · Jun 30, 2020

Iris & Buckets

While the idea is essentially the same (REST API) - each cloud provider uses slightly different calls and signatures to access data in the storage bucket.
Question
Jimmy Christian · Jul 10, 2019

OpenWeathermap http error when making REST call

template or suggestion to send a JSON data to a REST API.For eg. below is the JSON{"name":"abcdefghi","salary":"123","age":"23"}How do i send it to http://testing.restapiexample.com/api
Question
Tani Frankel · Dec 6, 2017

Atelier - Why are my Tools->Add-Ins / Templates grayed-out/disabled?

Note that when I call the API directly (http://127.0.0.1:<my_port>/api/atelier/v1/%25SYS/action/query with {"query": "call %CSP.StudioTemplateMgr_Templates('addin')"}) the response
Article
John Murray · Nov 29, 2021

Previewing Server Manager 3.0 for VS Code

VS Code's Authentication Provider API, introduced in version 1.54 (February 2021) is now mature enough for us to use. Server Manager 3.0 does the following: 1.
Article
Dimitri Olchanyi · Apr 8

Setting Up an ODBC/JDBC Linked Table Connection to MySQL from Iris

Use the Terminal based API to Create the Linked Table: Utilize the following API $SYSTEM.SQL.Schema.CreateLinkedTable() The CreateLinkedTable() method uses the following parameters
Announcement
Irène Mykhailova · Jul 29

InterSystems Ideas News #23

Documentation @Devocado Dark Mode for Management Portal @Ashok.Kumar IRIS Native JSON Schema Validator @Ashok.Kumar Enable Schema Validation for REST APIs Using
Question
Sébastien Demoustiez · Aug 22

Router does not work with number parameter in %CSP.REST

contains: <Routes> <Route Url="/:id" Method="GET" Call="NewsGetItem"/></Routes>If I try to access this route:https://mydomain.com/mobile/api