Message-ID: <1817496490.15807.1614958245111.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15806_161841217.1614958245111" ------=_Part_15806_161841217.1614958245111 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html getDeliveryReports

getDeliveryReports

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

Retrieve a list of available delivery report names.

=20
=20
=20
=20
=20
=20
Example
=20
$result =3D $tmClient->getDeliveryReports();
echo "User Directory: {$result['userdirectory']} <br/>\n";
foreach($result['reports'] as $key =3D> $report)
=09echo "Report number $key: Name {$report['name']}, Last Updated=20
{$report['last_updated']}, Extension {$report['extension']} <br/>\n&q=
uot;;
=20
=20
=20
=20
=20
=20
=20

Arguments:

=20
=20
=20
=20

None.

=20
=20
=20
=20
=20
=20

Returns:

an array with 2 keys: 'userdirectory' and 'reports':

=20
=20
=20
=20
Array key  Value
userdirectory  DEPRECATED =E2=80=93 this value no longer has an= y meaning.
reports 

Array of arrays. reports is an array of array= s where each nested array has keys 'name', 'last_updated', 'extension'.

=
=20
=20
=20
=20
=20
=20

Each nested array in the array 'reports' has 3 keys:

=20
=20
=20
=20
Array key

Value

name  String. The name of the report.
last_updated 

String. The last time a message delivery stat= us in this delivery report was updated, in ISO 8601 format. This allows you= to determine whether there was a change since you last accessed the report=

extension 

DEPRECATED =E2=80=93 this value no longer has= any meaning.

=20
=20
=20
=20
=20
=20

Specific error codes:

=20
=20
=20
=20

None.

=20
=20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20
=20 =20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20
=20

You must know!

=20 =20

Our example code is an illustra= tion of how you might integrate with our systems and is not certified for p= roduction environments. You are responsible for testing and QA.

=20
=20
=20
=20
=20
------=_Part_15806_161841217.1614958245111--