Search

Clear filter
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
Nezla · Jan 15, 2018

Failed to parse JSON request content

Thanks Dmitry, I'll confirm the specs will API provider.
Article
Yuri Marx · Jan 25, 2021

Creating the Documentation Portal for your InterSystems IRIS Application

url=http://localhost:52773/api/mgmnt/v1/USER/spec/crud#/default/InitiatePublisher to generate the documentation and start Documentation portal for your application.
Question
Jason Jones · Jul 15, 2024

General Logging In ObjectScript Classes (forDebugging)

For example VariableX="_VariableX Run your REST API and then take a look at ^Log.
Announcement
Vadim Aniskin · Oct 2, 2023

InterSystems Ideas News #8

for Security Package by @Evgeny.Shvarov Config-API @Lorenzo.Scalese Jupyter Notebook by @Alex.MacLeod Jupyter Server Proxy for VS Code @John.Murray Java Hibernate
Article
Oliver Wilms · Apr 7, 2023

Autoscaling IRIS Workloads. My adventure with IKO, HPA, and Traffic Cop

InterSystems IRIS API Management tools generated the code for the REST interface instead of manually coding it.
Question
Prudhvi Arram · Jul 25, 2022

Can we integrate zen framework with Angular? If yes can anyone please help me in find out any resources for reference.

Consider using Angular with InterSystems IRIS REST APIs. Prudhvi, The simplest answer is no.
Article
José Pereira · Aug 29, 2020

Using fhir-react UI for quick visualization

In FHIR REST API, there's an operator which grabs all resources from patients: $everything: ``` http://localhost:32783/fhir/r4/Patient/1/$everything ``` This return all sort
Article
Rubens Silva · Oct 13, 2017

Frontier: An abstraction layer for rapid REST development - Part 4 - Sharing data across router methods

a simple dynamic queryOverwriting the default container propertyUsing cached queriesPassing parameters to queriesSharing data across router methodsForcing API errorsManaging errors
Question
Edmara Francisco · Feb 14

Error message “Invalid CSRF token”

It is set to https://host/api/v1/xxx/csp/sys/oauth2/OAuth2.Response.clsvia the Prefix /api/v1/xxx in the Client Configuration page.
Question
RKumar · Mar 27

To determine the supported CPU version exists on a Windows system or not

Do we have any API or command to check the details before starting the installation of IRIS 2024.1?
Question
Aaron Tindall · Sep 6, 2018

Programmatic access to CSP Server Access

Just a question: how username/password can be not valid if they are being set new with this API? These are credentials for CSP Gateway to use for connecting to Caché.
Question
Tirthankar Bachhar · Mar 6, 2019

How to run a sql on a different server from cache itself

what class or API I shall be using to execute a piece of sql to another server from one server? From within cache itself not java or python or any other languages.
Announcement
Anastasia Dyubaylo · Jun 5, 2020

New Coding Talk: OData Server for InterSystems IRIS

Hey Developers, New "Coding Talk" video was specially recorded by @Yuri.Gomes for the InterSystems IRIS Native API Programming Contest: ⏯ OData Server for InterSystems IRIS
Question
Marc Mundt · Apr 20, 2022

Using OAuth with VS Code?

You would also need to enable delegated authentication on the /api/atelier web application in IRIS with a custom ZAUTHENTICATE routine to support OAuth.