Search

Clear filter
Article
Guillaume Rongier · Jul 8, 2024

Running Django Applications in Iris

- `/api/` - The REST API for the Post and Comment objects. - `/iris/` - The SQL on IRIS endpoint.
Question
Michael Davidovich · Jul 29, 2022

Opinions on CSP methods to REST services?

I think the major assumption I forgot to mentioned was that this is an existing web app built on CSP that we would like to modernized with REST APIs.
Question
Avi Luzon · Nov 1, 2023

set Property name

hi we have a rest API that that on of the JSON object contain Property name "verify.facePosition" we try to translate the JSON file to object with the function ##class(%ZEN.Auxiliary.jsonProvider
Question
Nezla · Jul 19, 2022

Empty HTTP response

application/json"Do Httprequest.SetHeader("Accept","*/*")Do Httprequest.SetHeader("Authorization","Bearer "_Token) do Httprequest.EntityBody.CopyFrom(File) Set tSc=Httprequest.Post("/api
Question
Nezla · Mar 2, 2023

Receiving a uncomplete JSON file

%New() Set Httprequest.SSLConfiguration="RTLS" Set Httprequest.Server="vibra-api-prod.azurewebsites.net" Set Httprequest.Https=1
Question
Jose Giraldo · Sep 20, 2020

HTTPMessage Empty value in Stream

encounter=861241" }], "entry":[ { "fullUrl":"https:\/\/xxx:5665\/api\/fhir\/DSTU3\/CarePlan\/23104", "resource":[ { "resourceType":"CarePlan", "id":"23104", "identifier":[ { "system
Question
Thomas Noitz · Dec 1, 2017

REST-Service Call-Parameter Method in other class

-- Api version 1 --> <Map Prefix="/v1" Forward="Api.v1"/> <!
Announcement
Raj Singh · Oct 7, 2022

VS Code Server Manager hits a milestone with version 3.2.1

This release is all about transitioning to VS Code's authentication provider API for storing encrypted passwords.
Discussion
Timothy Leavitt · Oct 19, 2021

Where do you spend your time building applications?

(e.g., across UI, database, APIs, integration, deployment...) Thank you! 1. Usability, Flexibility, Security, Data Privacy, Cloud ready and meet to the business. 2.
Question
Nezla · Jun 19

Stop HTTP Response content

As the URL starts out as "ac1.mqtt.sx3ac.com", suggesting that the API is using MQTT, is the %net.httprequest adapter the right way to go?
Question
Edward Jalbert · Jul 10, 2018

SOAP/Rest MPI call

If I am overlooking the obvious (documentation) any guidance is greatly appreciated.Thanks in advance Edward ---HealthShare Patient Index has some APIs.
Article
Guillaume Rongier · Mar 29, 2023

Named Parameter In SQL with Python

create_engine('iris+emb:///') with _engine.connect() as conn: rs = conn.execute(text("select :some_private_name"), {"some_private_name": 1}) print(rs.all()) ``` or with native api
Article
Steve Brunner · May 1, 2017

Caché and Ensemble 2017.2 Field Test Release

includes hundreds of bug fixes and new features, including:DeepSee improvements to the Folder Manager and Dashboard FiltersiFind and iKnow improvements like coocurrence search, REST API
Question
Srini vasan · Dec 18, 2020

SSO Using SAML with windows azure

I'm not sure if it's the right approach but I was thinking of creating a module using Node JS and have Cache connect to it via REST API calls.
Question
Manoj K · Mar 3, 2017

How to pass JSON in Cache Rest Services using Postman?

MDX2JSON api provides postman collection and environment.