Search

Clear filter
Question
Antonio Garcia Martinez · Aug 1, 2018

Net.HttpRequest - blank response

Hi,I am trying to create a script to connect to a website and extract all the content of the page. And in future to connect to an API. Set httprequest=##class(%Net.HttpRequest
Question
Stephen Wilson · Sep 20, 2019

Is there an OAuth 2.0 "sliding expiration" for JWT access tokens to extend the expiry date

with the problem of a user logged in and an invalid/expired access token being utilized in data-access requests (web api calls). Is there a way to refresh the expiry timer
Question
Ben Spead · Feb 3, 2022

How to determine the UNIX user/group that InterSystems IRIS is running

that it doesn't pick up your UNIX username if you enter via console. So being able to run an API like Tim's will work nicely as I can run it via the Output window from Studio
Question
Niklas Thilmont · Mar 14, 2022

Executing Actions on Global Interaction / Global Hooks

, any time you use the QEWD-JSdb APIs that modify a global node (eg set, kill, increment etc), an event is triggered that you can write your own customer handler for. It's
Article
Nicholai Mitchko · Oct 27, 2022

Simplify Python Packages with zpip, an irispython pip wrapper

API with statuses returned # Using zpip All pip commands* are supported, however, any interactive command will require you to use the non-interactive version of the command
Question
Jenna Poindexter · Mar 26, 2020

Upload binary image file using XMLHttpRequest from CSP page to IRIS for Health

://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data#Sending_binary_data I think I may have it. Basically I. Base64.encoding the file
Question
Michael McNab · Jan 5, 2023

Is there an installer for the jdbc drivers on Windows

information. Here is an example in Python using the JayDeBe API library. IRIS_JARFILE = "c:\JDBCdrivers\intersystems-jdbc-3.2.0.jar" IRIS_DRIVER = "com.intersystems.jdbc.IRISDriver
Question
Colin Brough · May 29, 2023

Handling Production class in source control

of the settings per environment over time (there is an export API you can use for this .. it doesn't tie into source control hooks). If you're using git/Gitlab you can have System
Question
Wenqing Wu · Feb 24, 2021

How to query data from DocDB through python based on the value in nested json data

('http://localhost:52773/api/docdb/v1/User/find/Orders', headers=headers, data=data) print(response.status_code, response.reason) print(response.content) # testing
Announcement
Vadim Aniskin · Feb 27, 2023

InterSystems Ideas News #4

, Service and Operation Additional Data Types for ISC Products Automatic XML Formatting of XData in DTL, BPL and Rulesets Assert CodeAssist prompting IRIS classes for OpenAI API
Question
Derek Day · Aug 16, 2016

image/png support for Zen Reports / Apache FOP

Image I/O.This tells me the following:The image loading framework in XML Graphics Commons provides a wrapper to load images through the JDK's Image I/O API (JSR 015). Image I/O
Question
Mike Hageland · Mar 9, 2016

Using Ensemble for MIME multipart/form-data

. @Mike.Hageland I have the solution to you, see: https://community.intersystems.com/post/extract-file-multipart-form-or-api-using-readmimemessage
Question
Chris Bransden · Sep 29, 2016

%WriteJSONFromObject retrieves too much of database when complex relationships are involved

Hi all,We're creating a series of RESTful APIs that output data from a Cache database (made up of global storage that we've mapped to classes). I'm running into some problems
Question
Scott Beeson · Oct 10, 2016

Does anyone else have a dashboard for quick and easy access to key metrics

, Scott! Out of curiosity - why not DeepSee? Have you seen DeepSee REST API, MDX2JSON, DeepSee Web?Fast, Easy, any metrics. This is interesting, but we don't have DeepSee. Everything
Question
Yuriy Borokhov · Apr 1, 2017

XML to Json conversion

Hello,Are there any utilities/api in HealthConnect 2016.2.1 that will allow conversion of XML virtual document to Json format? We were thinking to convert HL7 ADT message to XML