Skip to content

Instantly share code, notes, and snippets.

@IndiceeCoder
IndiceeCoder / modeldatasetattributedeleterequest.xml
Created June 21, 2011 21:56
model dataset attribute delete
POST /api/models/datasets/sheet1.xls/attributes/displayName/delete.xml HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Content-Type: application/x-www-form-urlencoded
Host: secure.indicee.com
GET /api/models/datasets/sheet1.xls/tables/show.xml HTTP/1.1
Authorization: OAuth xxxxxxx
Host: secure.indicee.com
GET /api/models/datasets/sheet1.xls/tables/sheet_sales/show.xml HTTP/1.1
Authorization: OAuth xxxxxxx
Host: secure.indicee.com
POST /api/models/datasets/sheet1.xls/tables/create.xml HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Content-Type: application/xml
Host: secure.indicee.com
<table>
<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" />
POST /api/models/datasets/sheet1.xls/tables/sheet_sales/delete.xml HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Content-Type: application/x-www-form-urlencoded
Host: secure.indicee.com
POST /api/models/datasets/sheet1.xls/tables/sheet_sales/update.xml HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Content-Type: application/x-www-form-urlencoded
Host: secure.indicee.com
row_data_filter=[Customer Type] <>"unknown"
@IndiceeCoder
IndiceeCoder / modeldatasettableattributecreaterequest.xml
Created June 21, 2011 22:08
model dataset table attribute create
POST /api/models/datasets/sheet1.xls/tables/sheet_sales/attributes/create.xml HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Content-Type: application/xml
Host: secure.indicee.com
<attribute value="3" type="Integer" name="dataStart"/>
@IndiceeCoder
IndiceeCoder / modeldatasettableattributedeleterequest.xml
Created June 21, 2011 22:12
model dataset table attribute delete
POST /api/user/update.xml HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Content-Type: application/x-www-form-urlencoded
Host: secure.indicee.com
@IndiceeCoder
IndiceeCoder / modeldatasettablefieldlistrequest.xml
Created June 21, 2011 22:13
model dataset table field list
GET /api/models/datasets/sheet1.xls/tables/sheet_sales/fields/show.xml HTTP/1.1
Authorization: OAuth xxxxxxx
Host: secure.indicee.com
@IndiceeCoder
IndiceeCoder / modeldatasettablefieldshowrequest.xml
Created June 21, 2011 22:14
model dataset table field show
GET /api/models/datasets/sheet1.xls/tables/sheet_sales/fields/sales/show.xml HTTP/1.1
Authorization: OAuth xxxxxxx
Host: secure.indicee.com