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
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 |
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/tables/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
GET /api/models/datasets/sheet1.xls/tables/sheet_sales/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
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" /> |
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
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 |
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
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" |
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
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"/> |
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
POST /api/user/update.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Content-Type: application/x-www-form-urlencoded | |
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
GET /api/models/datasets/sheet1.xls/tables/sheet_sales/fields/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
GET /api/models/datasets/sheet1.xls/tables/sheet_sales/fields/sales/show.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxx | |
Host: secure.indicee.com |