Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Very good site json formatting :  https://jsoneditoronline.org/



API call to Confluence


Code Block
titlerequest to confluence API
urlbase = "https://thefreetelecomuni.atlassian.net/wiki"
url = urlbase+"/rest/api/space"

response = requests.request(
   "GET",
   url,
   headers=headers,
   auth=auth,
   verify=False
)
Image Removed


look for:  resultsImage Added


under results, look for key,id and name
Image Added
under "_expandable" look for the "homepage"

Image Added