Created
July 21, 2011 21:15
-
-
Save IndiceeCoder/1098221 to your computer and use it in GitHub Desktop.
report v3 metadata
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/v3/metadata HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Accept: application/xml | |
Host: secure.indicee.com | |
view=<view>...</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"?> | |
<metadata> | |
<measures> | |
<entry key="iqn.2://indicee.com/1/0/dataModel/entities/Extended%20Cost" | |
value="Extended Cost" /> | |
<entry key="iqn.2://indicee.com/1/0/dataModel/entities/Qty" | |
value="Qty" /> | |
</measures> | |
<groups> | |
<entry key="iqn.2://indicee.com/1/0/dataModel/entities/Department" | |
value="Department" /> | |
<entry key="iqn.2://indicee.com/1/0/dataModel/entities/Item" | |
value="Item" /> | |
<entry key="iqn.2://indicee.com/1/0/dataModel/entities/Supplier" | |
value="Supplier" /> | |
</groups> | |
</metadata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment