NicknameFeedDataSample1.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
  3. xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
  4. xmlns:apps="http://schemas.google.com/apps/2006">
  5. <atom:id>
  6. http://apps-apis.google.com/a/feeds/example.com/nickname/2.0
  7. </atom:id>
  8. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  9. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  10. term="http://schemas.google.com/apps/2006#nickname"/>
  11. <atom:title type="text">Nicknames for user SusanJones</atom:title>
  12. <atom:link rel="http://schemas.google.com/g/2005#feed"
  13. type="application/atom+xml"
  14. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0"/>
  15. <atom:link rel="http://schemas.google.com/g/2005#post"
  16. type="application/atom+xml"
  17. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0"/>
  18. <atom:link rel="self" type="application/atom+xml"
  19. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=SusanJones"/>
  20. <openSearch:startIndex>1</openSearch:startIndex>
  21. <openSearch:itemsPerPage>2</openSearch:itemsPerPage>
  22. <atom:entry>
  23. <atom:id>
  24. http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy
  25. </atom:id>
  26. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  27. term="http://schemas.google.com/apps/2006#nickname"/>
  28. <atom:title type="text">susy</atom:title>
  29. <atom:link rel="self" type="application/atom+xml"
  30. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy"/>
  31. <atom:link rel="edit" type="application/atom+xml"
  32. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy"/>
  33. <apps:nickname name="susy"/>
  34. <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
  35. </atom:entry>
  36. <atom:entry>
  37. <atom:id>
  38. http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse
  39. </atom:id>
  40. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  41. term="http://schemas.google.com/apps/2006#nickname"/>
  42. <atom:title type="text">suse</atom:title>
  43. <atom:link rel="self" type="application/atom+xml"
  44. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse"/>
  45. <atom:link rel="edit" type="application/atom+xml"
  46. href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse"/>
  47. <apps:nickname name="suse"/>
  48. <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
  49. </atom:entry>
  50. </atom:feed>