Search

Clear filter
Article
Dmitry Maslennikov · Sep 9, 2021

Connect Google Data Studio to DeepSee

as well. For demo purposes, you may enter Path: https://public-analytics.community.intersystems.com/api/deepsee/v1/DCANALYTICS/or Path: https://covid-19
Announcement
Anastasia Dyubaylo · Apr 26, 2021

Winners for the InterSystems Developer Tools Contest

and $4,000 go to the Server Manager for VSCode project by @John.Murray 🥈 2nd place and $1,500 go to the Config-API project by @Lorenzo.Scalese 🥈 2nd place and $1,500
Question
Eduard Lebedyuk · Mar 11, 2016

Determine currently used service

these services via a RESTful "service" API and even encapsulate the inside system Caché ObjectScript API we have with such "service"?So the above would look something like:GET /server/system/v1/servicesand then of course you'd have all the other methods implemented...
Question
Gevorg Arutiunian · Aug 23, 2018

Problem with generic classes using Java Gateway

in a situation where the Java API you would like to call from our side of the fence is too complex and properly includes functionality you don't want to interact with in its entirety.The Facade
Announcement
Vadim Aniskin · Jun 21, 2023

InterSystems Ideas News #7

. @Francisco.López1549 was added to the Hall of Fame for the implementation of an idea IRIS classes for OpenAI API by @Yuval.Golendginer 👏Thank you for implementing this idea
Question
Scott Roth · Jul 6, 2023

REST Documentation Confusion

a case where I want to create a REST Operation that makes Epic API calls against Interconnect. I have done SOAP operations before and we currently have one in our Production
Question
Oliver Wilms · Aug 22, 2021

Web Gateway Error "Invalid Request : Cannot identify application path

/ec2-user/git/sam/sam-1.0.0.115-unix/ $ ./start.sh In your browser, visit:http://<ip-address-of-host-where-SAM-runs>:8080/api/sam/app/index.cspYou'll be prompted to login
Announcement
Evgeny Shvarov · Mar 21, 2022

Technical Bonuses for InterSystems IRIS Globals Programming Contest 2022

that provides an API to implement any new to InterSystems IRIS data model. E.g. columnar data store, time-series database, graph datastore, document store, key-value database. An API
Question
George Hodder · Jul 17, 2017

Connecting to a web service

Hi,I am new to coding web services and trying to connect to an API that returns its format in xml or json.I have a class as follows.. when I run I get back a 6059 in my status
Question
Dmitrii Kuznetsov · Jan 9, 2019

Python bindings

the new Python book, covering the upcoming InterSystems IRIS Native API for Python. So please look forward to a new book and a brand new set of typos! With your help, perhaps we can catch them a bit sooner this time...
Announcement
Jeff Fried · May 9, 2019

InterSystems IRIS for Health 2019.2 preview

to FHIR STU3 supportadditional IHE profiles a new JMS (java message service) connectorAddition of the IRIS Native API for Python and Node.js and relational access
Announcement
Raj Singh · Mar 21, 2022

VS Code ObjectScript extension release 1.4.4

) Stop logging Non-JSON response messages to Output (#853) Fix server-side searching of CSP files (requires proposed API enabled - see README) (#896) User-level server setting
Question
Evgeny Shvarov · Mar 20, 2020

How to add a role to a web applicaiton programmatically

: <CSPApplication Url="/api/pivotsubscriptionsunsubscribe" Directory="${CSPDIR}" DispatchClass="PivotSubscriptions.UI.Unsubscribe" Grant
Question
Dan Pahnke · Jun 2, 2020

Node.js fails to open database

- for example, if you want to build REST APIs with Cache + Windows: https://github.com/robtweed/qewd-microservices-examples/blob/master/WINDOWS-IRIS-1.md
Question
Omar Ali Ateen · Sep 8, 2021

Arabic Language

") Can you please share the URL and the Message Body in order to test from my end as the issue might be from API as well ? Hi Mr. Omer Kindly try $ZCONVERT function to read the response: $ZCONVERT(dataObj.ErrorMessage,"I","UTF8") Thanks Thanks Done