Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »




code
   url2 = urlbase+dicthomepage[spacekey]+"/descendant"
   #url2 = urlbase+dicthomepage[spacekey]+"/child/page"
   print (url2)
   #print ( "done")

   # call one page at the time
   headers = {
      "Accept": "application/json"
   }
   response2 = requests.request(
      "GET",
      url2,
      headers=headers,
      auth=auth,
      verify=False
   )
code
   url2 = urlbase+dicthomepage[spacekey]+"/descendant/?expand=page"
   #url2 = urlbase+dicthomepage[spacekey]+"/child/page"
   print (url2)
   #print ( "done")

   # call one page at the time
   headers = {
      "Accept": "application/json"
   }
   response2 = requests.request(
      "GET",
      url2,
      headers=headers,
      auth=auth,
      verify=False
   )








  • No labels