_getFileListDDD

(API version 2.0)

WDS_FileListItem[] _getFileListDDD ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdCar , int IdDriver )

Description

function returns a list of files in the tachograph archive

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string DateFrom
beginning of the file insertion of time window
string DateTo
end of the file insertion of time window
int IdCar
Vehicle ID (-1 for all)
int IdDriver
Driver ID (-1 for all)

Return value

WDS_FileListItem[]
  • WDS_FileListItem
    • int IdFile

      file identifier

    • int IdCar

      car identifier

    • int IdDriver

      driver identifier

    • int IdUser

      user identifier

    • string UserName

      usename

    • string FileName

      filename

    • int Type

      file type

    • int Source

      source

    • string Size

      size

    • string Email

      email

    • string OrigDate

      file creation time / local time

    • string ReadDate

      reading time

    • string Note

      note

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getFileListDDD($kodf, $username, $pass, $DateFrom, $DateTo, $IdCar, $IdDriver);

Test

To test the function, enter parameters in form below and press Try it out button.

Company login code
Login username
Login password
beginning of the file insertion of time window
end of the file insertion of time window
Vehicle ID (-1 for all)
Driver ID (-1 for all)

* Required field