SOAP API method Export_data
Description
This method returns one big string containing all the data of the file, excluding the header. Note that the BOM, compressed and charset properties are not yet applied, this method returns the UTF8-encoded data. For XML data this can be a little confusing, as the returned string is in UTF-8 format, while the XML header contains the charset that is set in this object.
Parameters
Name | Type | Description |
---|---|---|
id * | int | Unique identifier (id) of the object Export. The method only applies to the export with this id. |
type | string | What data is requested: 'full', 'without header' |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
value | string |
Structure 'login'
Name | Type | Description |
---|---|---|
username | string | The username of the login attempt |
account | string | The account name of the login attempt |
password | string | The password for the login attempt |