EmailListFeedDataSample1.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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:gd="http://schemas.google.com/g/2005">
  5. <atom:id>
  6. http://apps-apis.google.com/a/feeds/example.com/emailList/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#emailList"/>
  11. <atom:title type="text">EmailLists</atom:title>
  12. <atom:link rel="next" type="application/atom+xml"
  13. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?startEmailListName=john"/>
  14. <atom:link rel="http://schemas.google.com/g/2005#feed"
  15. type="application/atom+xml"
  16. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
  17. <atom:link rel="http://schemas.google.com/g/2005#post"
  18. type="application/atom+xml"
  19. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
  20. <atom:link rel="self" type="application/atom+xml"
  21. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
  22. <openSearch:startIndex>1</openSearch:startIndex>
  23. <atom:entry>
  24. <atom:id>
  25. http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales
  26. </atom:id>
  27. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  28. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  29. term="http://schemas.google.com/apps/2006#emailList"/>
  30. <atom:title type="text">us-sales</atom:title>
  31. <atom:link rel="self" type="application/atom+xml"
  32. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales"/>
  33. <atom:link rel="edit" type="application/atom+xml"
  34. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales"/>
  35. <apps:emailList name="us-sales"/>
  36. <gd:feedLink rel="http://schemas.google.com/apps/2006#emailList.recipients"
  37. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/"/>
  38. </atom:entry>
  39. <atom:entry>
  40. <atom:id>
  41. http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng
  42. </atom:id>
  43. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  44. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  45. term="http://schemas.google.com/apps/2006#emailList"/>
  46. <atom:title type="text">us-eng</atom:title>
  47. <atom:link rel="self" type="application/atom+xml"
  48. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng"/>
  49. <atom:link rel="edit" type="application/atom+xml"
  50. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng"/>
  51. <apps:emailList name="us-eng"/>
  52. <gd:feedLink rel="http://schemas.google.com/apps/2006#emailList.recipients"
  53. href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng/recipient/"/>
  54. </atom:entry>
  55. </atom:feed>