Created
June 21, 2011 22:14
-
-
Save IndiceeCoder/1039059 to your computer and use it in GitHub Desktop.
model dataset table field show
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 |
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"?> | |
<source_field> | |
<uuid>ccc4355b-cc33-4cb8-a705-7af26de70bb4</uuid> | |
<name>sales</name> | |
<attributes> | |
<attribute value="true" type="Boolean" name="includeField" /> | |
<attribute value="false" type="Boolean" name="isNameless" /> | |
<attribute value="false" type="Boolean" name="hidden" /> | |
<attribute value="{0}" type="String" name="formatting" /> | |
</attributes> | |
<data_format>{0}</data_format> | |
<data_type>NUMBER</data_type> | |
</source_field> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment