Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
Developer Community
Ask DC AI
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
Ask AI
Language
EN
|
ES
PT
JP
CN
FR
EN
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Anniversary Celebration
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
Internal Tech Article Contest
InterSystems Data Studio
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
Swagger
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
Clear filter
Question
Sylvain Guilbaud
· Jan 5, 2024
SFTP connection problem
red until there is a new "ConfigItem" and this therefore sends us an alert email and above all passes our production in error on our supervision tool which is connected to the Iris
API
Question
Ricky Beca
· Jul 31, 2017
Posting to a REST service
Here's a sample BO that does POST request: /// This operation does a POST request to a REST
API
and receives Auth token Class Production.Operation.NLPAuthOperation Extends Ens.BusinessOperation
Discussion
Andre Larsen Barbosa
· Nov 10, 2020
Why change?
You just choose the access
API
you want to use. You want some sort of summary for your data? Use SQL! Do you want to work extensively with one record? Use objects!
Question
Scott Beeson
· Jan 21, 2016
Custom function to retrieve environment?
personally i would use set mode=$System.Version.SystemMode() which is documented and therefore a supported
API
. This package provides a wealth of classes and methods.
Question
Rob Bieman den
· Dec 11, 2020
HL7 2.4 ADT messages (MLLP) to JSON format?
%ToJSON() - that will serialize the object to JSON String which you can then assign to a Property of an HttpRequest and post it to the Saleforce
API
.
Question
Andrei Luiz Nenevê
· Feb 22, 2017
What's the best way of doing Reports in Zen Mojo.
To avoid that make your REST service logically asynchronous (see DeepSee REST
API
for MDX execution):User sends a queryServer immediately returns query keyServer executes query into
Article
Sean Connelly
· Jun 7, 2017
Cogs.JsonClass 1.0
This might give you some help planning how to mimic package-to-folder exportation.https://github.com/rfns/portNow this is just an idea: I think you should make an
API
for serializing
Question
Eduard Lebedyuk
· Mar 17, 2016
How to get full URL from %Net.Request object after request
This is a working code for Bing Search
API
– Web Results Only .
Article
Daniel Kutac
· Sep 8, 2016
Ensemble and file outbound adapters - a small hint
So, checking whether we provide a better adapter
API
I found PutStream() method. Bingo!, that's the right one, it doesn't open the stream every time, just writes to it.
Question
Vikram Annadurai
· Aug 10, 2019
What is difference between zen page and zen application
are perfectly fine, but I would like to add that if you are new to ZEN (and have to build up your knowledge) and want to build a web application, I would advise you to build your
APIs
Announcement
Jeff Fried
· Nov 4, 2019
InterSystems IRIS and IRIS for Health 2019.3 released
InterSystems IRIS Data Platform 2019.3 has many new capabilities including: Support for InterSystems
API
Manager (IAM) Polyglot Extension (PeX) available for Java Java and .NET
Question
Michael Davidovich
· Apr 23
Debugging %Net.HttpRequest
This recently manifested itself in a process where we are calling a bunch of
APIs
and it got stuck.
Article
Evgeniy Potapov
· Feb 27, 2022
Comparison of Python&Dashboards
Low-level libraries like Matplotlib let you do whatever you want, but at the expense of a more complex
API
.
Question
Timothy Leavitt
· Jan 3, 2023
Putting standard CSP login in front of a web application with a REST dispatch class
(Context: I'm using %CSP.REST with other stuff behind it, not actually a REST
API
.)
Question
Steven LeBlanc
· Apr 25, 2017
Should calls to a third-party web service go through ESB (Ensemble)?
I'm asking this best-practices question on behalf of a customer.They have a Caché-based application, and an Ensemble production deployed in front as an ESB to provide web service
API
first
previous
…
95
96
97
98
99
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up