_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
- int IdCar
- int IdDriver
- int IdUser
- string UserName
- string FileName
- int Type
- int Source
- string Size
- string Email
-
string
OrigDate
file creation time / local time
-
string
ReadDate
reading time
- string 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.