Skip to end of metadata
Go to start of metadata

 

Retrieve a list of available delivery report names.

Example

Arguments:

None.

Returns:

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

Array key Value
userdirectory DEPRECATED – this value no longer has any meaning.
reports 

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

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

Array key

Value

name String. The name of the report.
last_updated 

String. The last time a message delivery status 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 – this value no longer has any meaning.

Specific error codes:

None.

 

 

 

You must know!

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.