With ardoJSON extension, is it possible to get the entity name of "AssetsCuration" in the output JSON of this server action, if the AssetsCuration is a defined entity in OS studio?
I tried using the XML extension. If I put the input object in the same way, there is a attribute returning the Entity Name of AssetsCuration from the Output xml string.
I think you can make a record, holding an AssetsCuration, that would result in "AssetsCuration" being the highest level in your JSON.
At least, that's how it works with the standard JSONSerialize action of Outsystems, I have no reason to believe ardoJSON would work very differently
Dorine