forked from tableau/server-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview_get.xml
More file actions
14 lines (14 loc) · 864 Bytes
/
view_get.xml
File metadata and controls
14 lines (14 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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="2" />
<views>
<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" />
</view>
<view id="fd252f73-593c-4c4e-8584-c032b8022adc" name="Overview" contentUrl="Superstore/sheets/Overview">
<workbook id="6d13b0ca-043d-4d42-8c9d-3f3313ea3a00" />
<owner id="5de011f8-5aa9-4d5b-b991-f462c8dd6bb7" />
</view>
</views>
</tsResponse>