Hi,
I have an additional question to https://community.atlassian.com/t5/Confluence-questions/How-can-I-get-the-rest-API-description-of-Jira-Confluence/qaq-p/628486
Is there a way to get a wadl file for each REST-Service including All REST-Services provided by installed plugins?
Best Case would be to download a single wadl-file or similar.
(Something like http://<your.confluence.url>/rest/application.wadl)
Worst Case would be to get for every single plugin one wadl-file and copy them into one file. (current solution)
(http://<your.confluence.url>/rest/prototype/latest/application.wadl + http://<your.confluence.url>/rest/adhocworkflows/latest/application.wadl+etc)
Best regards
Daniel Encarnacao
Hi @Daniel Encarnacao ,
for my knowledge is not possible to retrieve information about all rest api (builtin + apps).
You need to collect that information using rest api atlassian doc for the application and information provide by the app vendor.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.