Question Marcos Costa · Nov 8, 2021 Wrong method signature when building REST implementation class using spec When using the REST API classes for building services on a spec-first approach, the implementation class methods are usually built this format: ClassMethod <method-name>(body As %DynamicObject) As %Stream.Object But sometimes it keeps building the endpoint implementation method like this: ClassMethod <method-name>(body As %Stream.Object) As %DynamicObject It has been a problem because the rest of my implementation rely on the fact that the "body" object is a DynamicObject. #REST API #InterSystems IRIS for Health 0 4 0 429
Question Marcos Costa · Jul 13, 2020 Roles for Ensemble menu accessing I'm trying to setup a new accesss role for the company support team to use the message viewer and production config page to trace the errors that eventually could occurr on the production integrations. I've already assign the following privileges: #Access control #System Administration #Ensemble 1 10 0 438