PUT DataExportType/{id}?appid={appid}&sg={sg}&hash={hash}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
Body Parameters
DataExportType| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
None. |
|
| name | string |
None. |
|
| target_file_name | string |
None. |
|
| description | string |
None. |
|
| for_guid | string |
None. |
|
| for_guid_type | string |
None. |
|
| use_prev_data_point | boolean |
None. |
|
| use_next_data_point | boolean |
None. |
|
| limit_item_type | string |
None. |
|
| all_sg | boolean |
None. |
|
| limit_sg | Collection of string |
None. |
|
| all_tsv | boolean |
None. |
|
| limit_tsv | Collection of string |
None. |
|
| all_cv | boolean |
None. |
|
| limit_cv | Collection of string |
None. |
|
| all_item_var | boolean |
None. |
|
| limit_item_var | Collection of string |
None. |
|
| all_items | boolean |
None. |
|
| limit_items | Collection of string |
None. |
|
| default_date_range_type | string |
None. |
|
| time_span_str | time interval |
None. |
|
| start_date | date |
None. |
|
| end_date | date |
None. |
|
| default_file_format | string |
None. |
|
| guid | string |
None. |
|
| guid_datetime | date |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>