Hi,
We are using Confluence 5.2.3 version and we are not clear about documentation to use. We need to hare with developers to create some custom app and scripts to use this APIs available in Confluence
For REST available methods I should use this url https://docs.atlassian.com/confluence/REST/5.2/ ? If yes, on this version only GETS are available? In the top is referring "Your methods will be the standard HTTP methods like GET, PUT, POST and DELETE."
And for XML-RPC or SOAP where to get documentation and Hints to be used on 5.2.3.
Many thanks in advance.
Confluence updated its REST API to use commands other than get in version 5.5. If you are using a lower version, then you will only have access to the prototype REST interface, which is only GET.
For XML-RPC (or JSON-RPC), you can find the methods and data types here:
https://developer.atlassian.com/display/CONFDEV/Remote+Confluence+Methods
https://developer.atlassian.com/display/CONFDEV/Remote+Confluence+Data+Objects
Here's a quick example how to login and get the token that you need for validation (the example is in python):
https://ecosystem.atlassian.net/wiki/display/BLOG/XML-RPC+Page+Updater+Example
Other than that, there is no particular advice for 5.2, it should be similar to all 5.x versions.
Hope that helps...
Yeah, the API documentation leaves some to be desired. It's pretty confusing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is your goal using these methods high level?
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.