Terug naar de indexpagina

SOAP API methode Export_data

Beschrijving

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

Naam Type Beschrijving
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
* verplichte parameters

Resultaat

Naam Type Beschrijving
value string

Structuur 'login'

Naam Type Beschrijving
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