forked from tableau/server-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfavorites_get.xml
More file actions
59 lines (59 loc) · 2.36 KB
/
favorites_get.xml
File metadata and controls
59 lines (59 loc) · 2.36 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?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">
<favorites>
<favorite label="favorite-label">
<view id="d79634e1-6063-4ec9-95ff-50acbf609ff5"
name="ENDANGERED SAFARI"
contentUrl="SafariSample/sheets/ENDANGEREDSAFARI">
<workbook id="3cc6cd06-89ce-4fdc-b935-5294135d6d42" />
<owner id="5de011f8-5aa9-4d5b-b991-f462c8dd6bb7" />
<project id="5241e88d-d384-4fd7-9c2f-648b5247efc5" />
<tags />
</view>
</favorite>
<favorite>
<workbook id="6d13b0ca-043d-4d42-8c9d-3f3313ea3a00"
name="Superstore"
description="description for Superstore"
contentUrl="Superstore"
showTabs="false"
size="1"
createdAt="2016-08-03T20:34:04Z"
updatedAt="2016-08-04T17:56:41Z">
<project id="ee8c6e70-43b6-11e6-af4f-f7b0d8e20760" name="default" />
<owner id="5de011f8-5aa9-4d5b-b991-f462c8dd6bb7" />
<tags />
</workbook>
</favorite>
<favorite>
<project id="1d0304cd-3796-429f-b815-7258370b9b74"
name="Tableau"
description=""
contentPermissions="ManagedByOwner" />
</favorite>
<favorite>
<datasource id="e76a1461-3b1d-4588-bf1b-17551a879ad9"
name="SampleDS"
contentUrl="SampleDS"
type="dataengine"
createdAt="2016-08-11T21:22:40Z"
updatedAt="2016-08-11T21:34:17Z">
<project id="ee8c6e70-43b6-11e6-af4f-f7b0d8e20760" name="default" />
<owner id="5de011f8-5aa9-4d5b-b991-f462c8dd6bb7" />
<tags />
</datasource>
</favorite>
<favorite>
<collection id="8c57cb8a-d65f-4a32-813e-5a3f86e8f94e"
name="sample collection"
description="description for sample collection"
totalItemCount="3"
permissionedItemCount="2"
visibility="Private"
createdAt="2016-08-11T21:22:40Z"
updatedAt="2016-08-11T21:34:17Z">
<owner id="5de011f8-5aa9-4d5b-b991-f462c8dd6bb7" />
</collection>
</favorite>
</favorites>
</tsResponse>