forked from tableau/server-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroup_get.xml
More file actions
15 lines (15 loc) · 720 Bytes
/
group_get.xml
File metadata and controls
15 lines (15 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0' encoding='UTF-8'?>
<tsResponse xmlns="http://tableau.com/api" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tableau.com/api http://tableau.com/api/ts-api-2.3.xsd">
<pagination pageNumber="1" pageSize="100" totalAvailable="3" />
<groups>
<group id="ef8b19c0-43b6-11e6-af50-63f5805dbe3c" name="All Users">
<domain name="local" />
</group>
<group id="e7833b48-c6f7-47b5-a2a7-36e7dd232758" name="Another group">
<domain name="local" />
</group>
<group id="86a66d40-f289-472a-83d0-927b0f954dc8" name="TableauExample">
<domain name="local" />
</group>
</groups>
</tsResponse>