Skip to content

Instantly share code, notes, and snippets.

@IndiceeCoder
Created June 21, 2011 22:01
Show Gist options
  • Save IndiceeCoder/1039031 to your computer and use it in GitHub Desktop.
Save IndiceeCoder/1039031 to your computer and use it in GitHub Desktop.
model dataset table show
GET /api/models/datasets/sheet1.xls/tables/sheet_sales/show.xml HTTP/1.1
Authorization: OAuth xxxxxxx
Host: secure.indicee.com
<?xml version="1.0" encoding="UTF-8"?>
<table>
<uuid>bb407173-03f5-45a3-8b9d-b04bbc9671ae</uuid>
<name>sheet_sales</name>
<attributes>
<attribute value="true" type="Boolean" name="includeTable" />
<attribute value="CSV" type="String" name="seperator" />
<attribute value="1" type="Integer" name="headerStart" />
<attribute value="1" type="Integer" name="columnStart" />
<attribute value="2" type="Integer" name="dataStart" />
</attributes>
<fields>
<field>
...
</field>
<field>
...
</field>
</fields>
<row_data_filter>true</row_data_filter>
<row_end_filter>false</row_end_filter>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment