Skip to content

Instantly share code, notes, and snippets.

@nddipiazza
Created February 26, 2018 23:24
Show Gist options
  • Select an option

  • Save nddipiazza/22178bc10a58398cf9ff91e2096fec52 to your computer and use it in GitHub Desktop.

Select an option

Save nddipiazza/22178bc10a58398cf9ff91e2096fec52 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.microsoft.com/sharepoint/soap/">
<soapenv:Header/>
<soapenv:Body>
<soap:GetContent>
<soap:objectType>Site</soap:objectType>
<soap:retrieveChildItems>true</soap:retrieveChildItems>
<soap:securityOnly>true</soap:securityOnly>
</soap:GetContent>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment