| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
- xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
- xmlns:gd="http://schemas.google.com/g/2005">
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/emailList/2.0
- </atom:id>
- <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#emailList"/>
- <atom:title type="text">EmailLists</atom:title>
- <atom:link rel="next" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?startEmailListName=john"/>
- <atom:link rel="http://schemas.google.com/g/2005#feed"
- type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
- <atom:link rel="http://schemas.google.com/g/2005#post"
- type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
- <openSearch:startIndex>1</openSearch:startIndex>
- <atom:entry>
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales
- </atom:id>
- <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#emailList"/>
- <atom:title type="text">us-sales</atom:title>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales"/>
- <atom:link rel="edit" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales"/>
- <apps:emailList name="us-sales"/>
- <gd:feedLink rel="http://schemas.google.com/apps/2006#emailList.recipients"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/"/>
- </atom:entry>
- <atom:entry>
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng
- </atom:id>
- <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#emailList"/>
- <atom:title type="text">us-eng</atom:title>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng"/>
- <atom:link rel="edit" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng"/>
- <apps:emailList name="us-eng"/>
- <gd:feedLink rel="http://schemas.google.com/apps/2006#emailList.recipients"
- href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng/recipient/"/>
- </atom:entry>
- </atom:feed>
|