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
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.
first
previous
…
99
100
101
102
103
…
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