Skip to content

Instantly share code, notes, and snippets.

@IndiceeCoder
Created June 21, 2011 21:44
Show Gist options
  • Save IndiceeCoder/1038979 to your computer and use it in GitHub Desktop.
Save IndiceeCoder/1038979 to your computer and use it in GitHub Desktop.
model dataset list
GET /api/models/datasets/list.xml HTTP/1.1
Authorization: OAuth xxxxxxx
Host: secure.indicee.com
<?xml version="1.0" encoding="UTF-8"?>
<datasets>
<dataset>
<uuid>aa99e3e0-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>
...
</tables>
</dataset>
<dataset>
...
</dataset>
</datasets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment