Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to search for a page in cloud version of confluence using REST API

SN
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 11, 2019

I am using Rest API examples to search a page in confluence. 

It is working fine when i use my work confluence url but when I use cloud version of confluence, it is failing with below error, error description is not clear. 

Traceback (most recent call last):
File "confluence-search-cql.py", line 48, in <module>
search_word(confluence=confluence, word=WORD)
File "confluence-search-cql.py", line 26, in search_word
for answer in answers.get('results'):
AttributeError: 'str' object has no attribute 'get'

 

Thanks in advance for your help!

1 answer

1 accepted

0 votes
Answer accepted
SunRiser
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 11, 2019

The error AttributeError: 'str' object has no attribute 'get' is misleading and usually occurs due to authentication error or when you pass incorrect password as mentioned on this link: https://github.com/atlassian-api/atlassian-python-api/issues/332

On Cloud instance of Confluence, your request should include the correct token 

You have to remember that using API password is not the same password you are passing using UI.
On API password == api key generated in https://id.atlassian.com/manage/api-tokens

You can also refer to this page:

https://community.atlassian.com/t5/Jira-questions/How-to-use-API-token-for-REST-calls-in-Python/qaq-p/736702

SN
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 11, 2019

Thank you, using API token resolved the issue.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events