Search

Clear filter
Question
Colin Brough · Oct 18, 2022

Status of IDE's for ObjectScript development

the list and drop it from consideration... it is deprecated new work shouldn't be started with it VSCode is the path forward for InterSystems technologies; it used the Atelier REST APIs
Question
Roberto Cahanap · Sep 14, 2018

REST POST 405 error

I'm testing out the new %CSP.REST way of creating an api and having a problem with a POST getting a 405 error.I get data returned when I do a GET, so I don't think it's a configuration
Question
Ilmija Asani · Feb 18, 2020

Create a SOAP Envelope

If you would just like a more object-friendly way to build up XML you can consider using the %XML.Writer API's, documented here and here.
Question
Mike Yackanich · May 14, 2021

How do you add a HTTP Header within HS.FHIRServer.Interop.HTTPOperation business operation?

%HttpRequest.SetHeader("x-api-key", ApiKeyToUse) When I attempt this I get "ObjectScript error: PRIVATE PROPERTY" because within HS.FHIRServer.RestClient.HTTP the HttpRequest object
Question
Vivek Nayak · Feb 8, 2022

Duplicate Resource added in FHIR Repository

I have the " FHIR Production" which converts HL to FHIR, CDA to FHIR and accepts FHIR rest API to insert data into the FHIR repository.
Question
David Hickman · Dec 12, 2023

JSONImporting an array without a key

I'm receiving a JSON payload via a REST API, I'd like to %JSONImport this stream into a class which extends %JSON.Adaptor.
Question
Emil Odobasic · Dec 20, 2023

How do I retrieve Data from Form-Data from a REST HTTP-request in a REST-service?

%request.Get("testprofile") set vFilen = %request.GetMimeData("filetest")Down below is the postman request: have a look to this article: Upload into a InterSystems IRIS REST API
Question
Colin Brough · May 29, 2023

Handling Production class in source control

we will also export the SDSs to store in a non-progressed branch in Source control to use as snapshots of the settings per environment over time (there is an export API you can use
Question
John Murray · Mar 14, 2016

Atelier equivalent of Studio add-ins?

When you invoke the Add-Ins menu item, Atelier issues this query by doing a post to http://127.0.0.1:57772/api/atelier/v1/%25SYS/action/query with this body{"query": "call %CSP.StudioTemplateMgr_Templates
Article
Dmitry Maslennikov · Jul 2, 2023

Profile ObjectScript with more power

But I was not able to capture any useful profiling data when calling ##class(caretdev.zprofile.main).Trace() from within REST API (using postman).
Question
Sam Duncan · Jul 12, 2023

Is there a good existing way to export all derived classes of a given class?

In Studio, the Class -> Derived Classes menu option will show such a list, but I'm not aware of a built-in API for programmatically exporting their source code.
Article
Daniel Kutac · May 3, 2017

InterSystems IRIS Open Authorization Framework (OAuth 2.0) implementation - part 3

We will also discuss use cases for selected methods of API classes.The API classes implementing OAuth 2.0 can be separated into three different groups according to their purpose.
Article
Yuri Marx · Jul 13, 2022

Measure greenhouse gas (GHG) emissions with Carbon Footprint Counter app

The Carbon Footprint Counter app uses the InterSystems IRIS to deploy REST APIs and SQL database to manage the carbon emission inventory on enterprises.
Article
Luis Angel Pérez Ramos · Aug 25, 2023

QuinielaML - Working with JWT Authentication

Yes. my web application is /api and invoked this http://localhost:52774/api/login You can see in the code my extended %CSP.Rest class: Class QUINIELA.WS.Service Extends %CSP.REST {
Question
Timur Safin · Jun 15, 2016

Cluster deployment recipes?

It will simplify things a lot if we could configure ECP mapping at the runtime via some set of API calls, and not statucally via editing cache.cpf.