blob: c37ec263cb435edd7a7d1cd5d865a970b70e87e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?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>
|