2
0

UserFeedDataSample1.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
  3. xmlns:apps="http://schemas.google.com/apps/2006"
  4. xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
  5. xmlns:gd="http://schemas.google.com/g/2005">
  6. <atom:id>
  7. http://apps-apis.google.com/a/feeds/example.com/user/2.0
  8. </atom:id>
  9. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  10. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  11. term="http://schemas.google.com/apps/2006#user"/>
  12. <atom:title type="text">Users</atom:title>
  13. <atom:link rel="next" type="application/atom+xml"
  14. href="http://apps-apis.google.com/a/feeds/example.com/user/2.0?startUsername=john"/>
  15. <atom:link rel="http://schemas.google.com/g/2005#feed"
  16. type="application/atom+xml"
  17. href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
  18. <atom:link rel="http://schemas.google.com/g/2005#post"
  19. type="application/atom+xml"
  20. href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
  21. <atom:link rel="self" type="application/atom+xml"
  22. href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
  23. <openSearch:startIndex>1</openSearch:startIndex>
  24. <atom:entry>
  25. <atom:id>
  26. http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones
  27. </atom:id>
  28. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  29. term="http://schemas.google.com/apps/2006#user"/>
  30. <atom:title type="text">SusanJones</atom:title>
  31. <atom:link rel="self" type="application/atom+xml"
  32. href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
  33. <atom:link rel="edit" type="application/atom+xml"
  34. href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
  35. <gd:who rel="http://schemas.google.com/apps/2006#user.recipient"
  36. email="SusanJones@example.com"/>
  37. <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
  38. <apps:quota limit="2048"/>
  39. <apps:name familyName="Jones" givenName="Susan"/>
  40. <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames"
  41. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=SusanJones"/>
  42. <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists"
  43. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=SusanJones@example.com"/>
  44. </atom:entry>
  45. <atom:entry>
  46. <atom:id>
  47. http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith
  48. </atom:id>
  49. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  50. term="http://schemas.google.com/apps/2006#user"/>
  51. <atom:title type="text">JohnSmith</atom:title>
  52. <atom:link rel="self" type="application/atom+xml"
  53. href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith"/>
  54. <atom:link rel="edit" type="application/atom+xml"
  55. href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith"/>
  56. <gd:who rel="http://schemas.google.com/apps/2006#user.recipient"
  57. email="JohnSmith@example.com"/>
  58. <apps:login userName="JohnSmith" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
  59. <apps:quota limit="2048"/>
  60. <apps:name familyName="Smith" givenName="John"/>
  61. <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames"
  62. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=JohnSmith"/>
  63. <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists"
  64. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=JohnSmith@example.com"/>
  65. </atom:entry>
  66. </atom:feed>