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"?> | |
<account> | |
<id>1472669360</id> | |
</account> |
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/accounts/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/account/update.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Content-Type: application/xml | |
Host: secure.indicee.com | |
<account> | |
<display_name>min</display_name> | |
<email>min@indicee.com</email> | |
<first_name>Min</first_name> | |
<last_name>Li</last_name> | |
<password>password</password> |
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/accounts/avatar/upload.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxx | |
Host: secure.indicee.com | |
Content-Type: multipart/form-data; boundary=---------------------------1943271658572509961781198890 | |
Content-Length: 121727 -----------------------------1943271658572509961781198890 | |
Content-Disposition: form-data; name="file"; filename="filter.gif" Content-Type: image/gif | |
.... | |
-----------------------------1943271658572509961781198890-- |
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/list.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/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/create.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Content-Type: application/xml | |
Host: secure.indicee.com | |
<dataset> | |
<name>sheet1.xls</name> | |
<description>X company's sale report</description> | |
</dataset> |
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/update.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Content-Type: application/x-www-form-urlencoded | |
Host: secure.indicee.com | |
description=... |
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/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/attributes/create.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Content-Type: application/xml | |
Host: secure.indicee.com | |
<attribute value="sales" type="String" name="displayName" /> |
OlderNewer