Get Macro Body By Macro Id

Returns the body of a macro in storage format, for the given macro ID.This includes information like the name of the macro, the body of the macro,and any macro parameters. This method is mainly used by Cloud apps.About the macro ID: When a macro is created in a new version of content,Confluence will generate a random ID for it, unless an ID is specified(by an app). The macro ID will look similar to this: '50884bd9-0cb8-41d5-98be-f80943c14f96'.The ID is then persist...