system__getApiVersion
Parameters:
none
Return Type:
String
Description:
Returns the API version (for this API, the version is 10.8).
Example (using Code Kit):$data = APICommand( "system__getApiVersion" );
$xml = simplexml_load_string( $data );echo $xml->result;