User bio
404 bio not found
Member since Nov 11, 2015
Pinned posts:
Replies:
Eduard Lebedyuk · Nov 3, 2025 go to post

Great article!

Highly recommend adding a common package root. I.e. not Operation.Alert but Company.Operation.Alert. 

This way querying %Dictionary/InformationSchema becomes much easier since you always know what to filter on.

Eduard Lebedyuk · Oct 29, 2025 go to post

It will work with any HTTP request verb.

Most REST dev clients have support for HTML preview, just remember to set Content Type. I don't think swagger-ui can do that as it's not an app, rather a page running in a browser.

Eduard Lebedyuk · Oct 28, 2025 go to post

Set response type to HTML:

ClassMethod Test()
{
	set%response.ContentType = "application/html"do##class(%CSP.Utils).DisplayAllObjects()
	quit$$$OK
}

In Postman click Preview button:

Open Exchange applications:
Certifications & Credly badges:
Followers:
Eduard has no followers yet.
Following:
Eduard has not followed anybody yet.