Created
June 21, 2011 21:47
-
-
Save IndiceeCoder/1038985 to your computer and use it in GitHub Desktop.
model dataset show
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /api/models/datasets/sheet1.xls/show.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxx | |
Host: secure.indicee.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<dataset> | |
<uuid>ds99e3e0-8818-4174-88c7-3eac12c20fda</uuid> | |
<name>sheet1.xls</name> | |
<description>sheet1_xls_4899e3e0_8818_4174_88c7_3eac12c20fdc</description> | |
<attributes> | |
<attribute value="false" type="Boolean" name="sandbox" /> | |
<attribute value="sheet1_xls_4899e3e0_8818_4174_88c7_3eac12c20fdc" type="String" name="database" /> | |
</attributes> | |
<tables> | |
<table> | |
... | |
</table> | |
<table> | |
... | |
</table> | |
</tables> | |
</dataset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment