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
package com.indicee.api.examples; | |
import java.io.File; | |
import java.io.FileInputStream; | |
import java.io.InputStream; | |
import java.io.OutputStream; | |
import java.security.NoSuchAlgorithmException; | |
import javax.net.ssl.SSLContext; | |
import javax.xml.parsers.DocumentBuilderFactory; |
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/contributions/v3/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"; ... | |
.... | |
-----------------------------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
Empty Body [Status Code 200] |
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/infospaces/v1/apply HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Content-Type: application/x-www-form-urlencoded | |
Host: secure.indicee.com | |
user_id=... |
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"?> | |
<results> | |
<axes>...</axes> | |
<data rows="3908" cols="35">...</data> | |
</results> |
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/reports/v3/request/..../results HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Accept: application/xml | |
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/contributions/v2/890/ancillary/DateTag/set HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Host: secure.indicee.com | |
dataSetQname=iqn.2%3A%2F%2Findicee.com%2F3%2F0%2FdataModel%2FdataSets%2F2009.xls&ancillaryValue=2011-10-30 |
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/contributions/sales/8903/load HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Accept: application/xml | |
Host: secure.indicee.com | |
dataSetQname=iqn.2%3A%2F%2Findicee.com%2F3%2F0%2FdataModel%2FdataSets%2F2009.xls |
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/contributions/v2/67823/show HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<contribution> | |
<id>8903</id> | |
<unique_name>C0A8109887590119110108BC00D78FB4.csv</unique_name> | |
<size>10240</size> | |
<owner_id>532</owner_id> | |
<status>UPLOADED</status> | |
</contribution> |
NewerOlder