Advertisement
Guest User

Untitled

a guest
Apr 27th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. For SharePoint 2010, this results in:
  2.  
  3. HTTP POST: `$SPURL/_vti_bin/client.svc/ProcessQuery`
  4.  
  5. <Request xmlns="http://schemas.microsoft.com/sharepoint/clientquery/2009" SchemaVersion="14.0.0.0"
  6. LibraryVersion="14.0.4762.1000" ApplicationName="Javascript Library">
  7. <Actions>
  8. <ObjectPath Id="1" ObjectPathId="0"/>
  9. <ObjectPath Id="3" ObjectPathId="2"/>
  10. <Query Id="4" ObjectPathId="2">
  11. <Query SelectAllProperties="true">
  12. <Properties/>
  13. </Query>
  14. </Query>
  15. </Actions>
  16. <ObjectPaths>
  17. <StaticProperty Id="0" TypeId="{3747adcd-a3c3-41b9-bfab-4a64dd2f1e0a}" Name="Current"/>
  18. <Property Id="2" ParentId="0" Name="Site"/>
  19. </ObjectPaths>
  20. </Request>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement