Retrieve a list of available delivery report names.
$result = $tmClient->getDeliveryReports();
echo "User Directory: {$result['userdirectory']} <br/>\n";
foreach($result['reports'] as $key => $report)
echo "Report number $key: Name {$report['name']}, Last Updated
{$report['last_updated']}, Extension {$report['extension']} <br/>\n"; |
Our example code is an illustration of how you might integrate with our systems and is not certified for production environments. You are responsible for testing and QA. |