POST PullDataDefinitions?appid={appid}&sg={sg}&hash={hash}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
Body Parameters
PullDataDefinition| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| parameters | Collection of DataUnit |
None. |
|
| key_remote_name_value_local_name | Collection of PullDataUnit |
None. |
|
| appid | string |
None. |
|
| for_guid | string |
None. |
|
| for_guid_type | string |
None. |
|
| method | string |
None. |
|
| minimum_pull_interval | time interval |
None. |
|
| last_pull_attempt | date |
None. |
|
| last_successful_pull | date |
None. |
|
| log_of_last_attempt | string |
None. |
|
| type_id | string |
None. |
|
| enabled | boolean |
None. |
|
| pull_connect_tsv_id | 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>