I have a confluence page that has a macro that runs an SQL query. The query outputs a table with the results when the page is rendered in a browser.
However, if I fetch: .../confluence/rest/api/content/128437000?expand=body.storage
It just returns the macro body (e.g., the SQL)--the macro is not executed.
How can I execute a macro via the API and get the macro output? Also, is there a way to get the output in json or csv instead of an HTML table?
Thanks in advance!
Hello,
same question, i use pocketquery and whant to get the result over rest.
i already tried :
/rest/content/{id}/history/{version}/macro/id/{macroId}
get the macroid over :
/rest/api/content/1481615325?expand=body.storage
get version as field number under lastupdated:
rest/api/content/1481615325/history
In my case i get a answer but the result is not in!
While I wouldn't consider this an officially supported feature, you could probably use the "load dynamically" REST endpoint of PocketQuery to execute a Query. This however will also only give you the HTML.
We'd love to hear what your exact use case is! Could you maybe raise a ticket at our PocketQuery ServiceDesk and tell us more about it? (e.g. in what format would you expect the response, what users would need to use this endpoint, i.e. would it be okay if this was restricted to Confluence/PocketQuery admins, etc.)
Cheers,
Sven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I have a similar issue but in my case the macro to Expand is a Page property summary. I resolved invoking the content endpoint and asking to it to expands the body.export_view.
eg: .../wiki/rest/api/content/138772481?status=draft&expand=body.export_view
It returns an html with the result of executed macro.
I hope this can help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't have a solution, but i am also interested if there is any, because i have the same problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.