| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
- xmlns:apps="http://schemas.google.com/apps/2006"
- xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
- <atom:id>https://www.google.com/a/feeds/group/2.0/example.com</atom:id>
- <atom:updated>2008-12-03T16:33:05.260Z</atom:updated>
- <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com" type="application/atom+xml" rel="http://schemas.google.com/g/2005#feed"></atom:link>
- <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com" type="application/atom+xml" rel="http://schemas.google.com/g/2005#post"></atom:link>
- <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com" type="application/atom+xml" rel="self"></atom:link>
- <openSearch:startIndex>1</openSearch:startIndex>
- <atom:entry>
- <id>https://apps-apis.google.com/a/feeds/group/2.0/example.com/us-sales%40example.com</id>
- <atom:updated>2008-12-03T16:33:05.261Z</atom:updated>
- <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com/us-sales%40example.com" type="application/atom+xml" rel="self"></atom:link>
- <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com/us-sales%40example.com" type="application/atom+xml" rel="edit"></atom:link>
- <apps:property name="groupId" value="us-sales@example.com"></apps:property>
- <apps:property name="groupName" value="US Sales"></apps:property>
- <apps:property name="emailPermission" value="Anyone"></apps:property>
- <apps:property name="description" value="United States Sales Team"></apps:property>
- </atom:entry>
- <atom:entry>
- <atom:id>https://apps-apis.google.com/a/feeds/group/2.0/example.com/Staff-2435%40example.com</atom:id>
- <atom:updated>2008-12-03T16:33:05.260Z</atom:updated>
- <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com/Staff-2435%40example.com" type="application/atom+xml" rel="self"></atom:link>
- <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com/Staff-2435%40example.com" type="application/atom+xml" rel="edit"></atom:link>
- <apps:property name="groupId" value="Staff-2435@example.com"></apps:property>
- <apps:property name="groupName" value="Staff 2435"></apps:property>
- <apps:property name="emailPermission" value="Anyone"></apps:property>
- <apps:property name="description" value=""></apps:property>
- </atom:entry>
- </atom:feed>
|