Search

Clear filter
Question
Robert Hildebrand · Oct 30

Pulling/pushing HL7 from/to a API

What is the error from the API when unsecured? Is there a test version of the API you can test without TLS?
Question
PhoebeK · Jul 17

Creating Json Array for API Call

We have this json payload for an api request we are making.
Question
Sergio Vidal · Feb 14, 2019

REST API Post Header and Body

HiI'm trying to send a request to a REST API Service.I'm using this code (Adapter is "EnsLib.HTTP.OutboundAdapter") Method Put(pRequest As SIGE.Grupo.BO.Operation.putRequest, Output
Question
Guillaume Lepretre · May 14, 2018

Get request header (REST API)

The REST APi use %CSP.REST. I tried something like that : But it didn't work..Someone can give me some example or other method ?Regards, It works !
Article
Yuri Marx · Jan 30, 2022

Upload into a InterSystems IRIS REST API

If you need create a upload REST API with IRIS is very simple.
Article
José Pereira · Dec 22, 2021

ZAP API scan GitHub action

Below the action set up for perform API scan in our application example is presented: ``` name: owasp-zap-api-scan on: push jobs: zap_scan: name: Scan REST APIs
Article
Eduard Lebedyuk · Dec 1, 2016

RESTForms - REST API for your classes

APIs I realized that generally, REST API consists of two parts:Work with persistent classesCustom business logicAnd, while you'll have to write your own custom business logic, RESTForms
Article
Nathan Ng · Sep 6, 2017

Polling an External REST API with Ensemble

Discussion So that's the approach I took to polling an external REST API.
Question
Michael Wood · Jul 11, 2017

Alerts via API / Web Services

The API description should help you connect to such a system.
Question
Mark O'Reilly · Jan 25, 2021

Simple posting of REST Body to api

All i want to do is post an example like this to the API { "Employee": 1, "UserName": "sample string 1", "ModuleName": "sample string 2", "CompletionDate": "2021-01-25T16
Discussion
zheng ling · Jan 25, 2021

web service api consumed license

1) Does web service access consume license? 2) In web service program, we used a connection pool to reuse the session id, but it doesn’t work, the license consume increased quickly
Question
José Pereira · Oct 10, 2017

Single Sign-on for DeepSee REST API

I guess it's more about CSP security than DeepSee API.
Question
Jose Jaime · Sep 24, 2021

%Stream.GlobalCharacter property in .NET API binding

Hi, I'm trying to connect to IRIS with .NET 4.5 and I see is quite different from Cache Method. I have a connection and I can invoke a Method but I can't get %Stream.GlobalCharacter
Question
David Marinkovic · May 21, 2024

DEBUG HTTPS REST API WITH WIRESHARK

Hi guys, I need to check my HTTPS POST REQUEST, in order to do this I try to catch it by using wireshark. I can't see anything because of the encryption. I try unsuccefully
Question
Sylvie Greverend · Jul 2, 2024

getFile from rest api and swagger

I use a swagger file and ##class(%REST.API).CreateApplication to create the rest api.