SOAP API method Profile_smsStatistics
Description
The parameter can hold the following options: begintime -> start time of the mailings. endtime -> end time of the mailings.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object Profile. The method only applies to the profile with this id.
- Parameter 'timestamp' : string
- The timestamp for the historic profile
- Parameter 'options' : Collection of type 'options'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'smsstatistics' : Structure of type 'smsstatistics'
Structure 'pair'
This structure pair was mentioned above. This structure has the following properties:
- Property 'key' : string
- Property 'value' : string
Structure 'options'
This structure options was mentioned above. This structure has the following properties:
- Property 'pair' : Structure of type 'pair'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'smsstatistics'
This structure smsstatistics was mentioned above. This structure has the following properties:
- Property 'errorCount' : int
- All the error counted in the smsmailings.
- Property 'succesCount' : int
- All the succesfull counted in the smsmailings.
- Property 'unknownCount' : int
- All the unknown mailings counted in the smsmailings.
- Property 'destinationcount' : int
- The number of destinations of the mailing.
- Property 'firsttimestamp' : timestamp
- The first timestamp within these statistics.
- Property 'lasttimestamp' : timestamp
- The last timestamp within these statistics