Created
July 21, 2011 18:58
-
-
Save IndiceeCoder/1097917 to your computer and use it in GitHub Desktop.
report v3 create
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/reports/create HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Accept: application/xml | |
Host: secure.indicee.com | |
name=...&view=... |
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"?> | |
<report> | |
<qname>iqn.2://indicee.com/1/0/report/b978aa53-...-8fea8eeb4a76</qname> | |
<name>Sales Report</name> | |
... | |
</report> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment