Is there any method in atlassian-python-api library for downloading the attachments from the confluence page using page title instead of page id?
Pls suggest any other python library for downloading the attachments using page title
Hi @hemaswapnika_e ,
you should first retrieve page id from page title and then go ahead with attachments download. You can use the following rest api /rest/api/search?cql=space="SPACE"+and+title="Page+title
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.