_getLog

(API version 2.0)

WDS_LogItem[] _getLog ( string kodf , string username , string pass , string od , string do )

Description

The function returns a listing of logged events.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string od
string do

Return value

WDS_LogItem[]
  • WDS_LogItem
    • string username
    • string LogDate
    • int TypeNumber
    • string TypeDesc
    • string Content
    • int carid

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getLog($kodf, $username, $pass, $od, $do);

Test

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

Company login code
Login username
Login password

* Required field