tags:

views:

20

answers:

0

I want to get the raw markup of a confluence page given it's space name and a page name. Is there a confluence restful API to get that? I know I can use the viewpagesrc.action url, but it requires a page id and all I have is a page title.

I also know I can use the xmlrpc interface but that requires that I be authenticated and I don't want to do that.