Hi guys,
I am using the python module atlassian-python-api to get all pages and content from Confluence Cloud. Everything works fine except that the function confluence.get_page_by_id( "2069528577", expand="body.view", status=None, version=None) does not return the complete page content, only the first X characters.
When I use POSTman or cURL with the same credentials and rights it does return the complete page content.
I am using python 3.x and confluence cloud.
I appreciate your help!
Hello @Fouad ,
Welcome to the Atlassian Community!
Please notice that the atlassian-python-api is neither developed nor supported by Atlassian.
Therefore, if calling the official Confluence Cloud REST API endpoint Get content by ID (GET /wiki/rest/api/content/{id}) works fine with Curl and/or Postman, but it fails when using the atlassian-python-api , this looks like a bug that should be reported using:
However, before doing so, you may also want to check if similar topics have already been discussed in the Developers Community .
I hope this helps.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.